|
| 1 | +Discard.cs: |
| 2 | +# 3| [Class] Discard |
| 3 | +# 5| 5: [Method] M1 |
| 4 | +# 5| -1: [TypeMention] Void |
| 5 | +# 6| 4: [BlockStmt] {...} |
| 6 | +# 7| 0: [LocalVariableDeclStmt] ... ...; |
| 7 | +# 7| 0: [LocalVariableDeclAndInitExpr] Func<Int32,Int32,Int32> i = ... |
| 8 | +# 7| -1: [TypeMention] Func<Int32, Int32, Int32> |
| 9 | +# 7| 1: [TypeMention] int |
| 10 | +# 7| 2: [TypeMention] int |
| 11 | +# 7| 3: [TypeMention] int |
| 12 | +# 7| 0: [LocalVariableAccess] access to local variable i |
| 13 | +# 7| 1: [LambdaExpr] (...) => ... |
| 14 | +#-----| 2: (Parameters) |
| 15 | +# 7| 0: [Parameter] a |
| 16 | +# 7| -1: [TypeMention] int |
| 17 | +# 7| 1: [Parameter] b |
| 18 | +# 7| -1: [TypeMention] int |
| 19 | +# 7| 4: [IntLiteral] 42 |
| 20 | +# 8| 1: [ExprStmt] ...; |
| 21 | +# 8| 0: [AssignExpr] ... = ... |
| 22 | +# 8| 0: [LocalVariableAccess] access to local variable i |
| 23 | +# 8| 1: [LambdaExpr] (...) => ... |
| 24 | +#-----| 2: (Parameters) |
| 25 | +# 8| 0: [Parameter] _ |
| 26 | +# 8| 1: [Parameter] _`1 |
| 27 | +# 8| 4: [IntLiteral] 42 |
| 28 | +# 9| 2: [ExprStmt] ...; |
| 29 | +# 9| 0: [AssignExpr] ... = ... |
| 30 | +# 9| 0: [LocalVariableAccess] access to local variable i |
| 31 | +# 9| 1: [LambdaExpr] (...) => ... |
| 32 | +#-----| 2: (Parameters) |
| 33 | +# 9| 0: [Parameter] _ |
| 34 | +# 9| -1: [TypeMention] int |
| 35 | +# 9| 1: [Parameter] _`1 |
| 36 | +# 9| -1: [TypeMention] int |
| 37 | +# 9| 4: [IntLiteral] 42 |
| 38 | +# 10| 3: [ExprStmt] ...; |
| 39 | +# 10| 0: [AssignExpr] ... = ... |
| 40 | +# 10| 0: [LocalVariableAccess] access to local variable i |
| 41 | +# 10| 1: [AnonymousMethodExpr] delegate(...) { ... } |
| 42 | +#-----| 2: (Parameters) |
| 43 | +# 10| 0: [Parameter] _ |
| 44 | +# 10| -1: [TypeMention] int |
| 45 | +# 10| 1: [Parameter] _`1 |
| 46 | +# 10| -1: [TypeMention] int |
| 47 | +# 10| 4: [BlockStmt] {...} |
| 48 | +# 10| 0: [ReturnStmt] return ...; |
| 49 | +# 10| 0: [IntLiteral] 0 |
1 | 50 | NativeInt.cs: |
2 | | -# 3| [Class] Class1 |
| 51 | +# 3| [Class] NativeInt |
3 | 52 | # 5| 5: [Method] M1 |
4 | 53 | # 5| -1: [TypeMention] Void |
5 | 54 | #-----| 2: (Parameters) |
|
0 commit comments