Skip to content

Commit a8eccea

Browse files
committed
C#: Remove some TODO reminder comments.
1 parent 5f35a62 commit a8eccea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

csharp/ql/test/library-tests/extension/extensions.ql

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
import csharp
22

3-
// - Method should be from source (it looks like it is considered) compiler generated.
4-
// - It appears that two methods are extracted
5-
// - One "generated" (which is what the compiler will generate).
6-
// - One "source" method, which reflects the method as it looks in source code.
7-
//. - Design decision: Only extract the associated extension implementation.
8-
// - Make tests for ExtendedType.
9-
// - Like there are extension methods, we need to declare isExtension for properties.
10-
// - Make QL classes similar to ExtensionMethod for Properties and Operators.
11-
// - Make sure we can declare MaD
12-
// - Check that control flow works as expected.
13-
// - Check that dataflow works as expected.
143
query predicate extensionMethodCallArgument(
154
ExtensionMethodCall emc, ExtensionMethod em, Parameter p, int i, Expr e
165
) {

0 commit comments

Comments
 (0)