File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed
Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1- | comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | NestedType |
2- | comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | UnboundGenericClass |
3- | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | CallableOrCFE |
4- | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | InstanceCallable |
5- | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | UnboundGenericMethod |
1+ | comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> |
2+ | comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn |
Original file line number Diff line number Diff line change 11import csharp
22
3- from CommentBlock b , Element e , string s
3+ from CommentBlock b , Element e
44where
55 b .getElement ( ) = e and
66 (
77 e instanceof ConstructedMethod or
88 e instanceof ConstructedClass or
99 e instanceof UnboundGenericClass or
1010 e instanceof UnboundGenericMethod
11- ) and
12- s = e .getAQlClass ( ) and
13- not s = "SourceDeclarationType" and
14- not s = "SourceDeclarationCallable" and
15- not s = "SourceDeclarationMethod" and
16- not s = "NonConstructedMethod" and
17- not s = "RuntimeInstanceMethod"
18- select b , e , s
11+ )
12+ select b , e
You can’t perform that action at this time.
0 commit comments