Annotation of parser3/tests/356.html, revision 1.2
1.1 moko 1: @main[]
2: 1. ^try-catch{ ^reflection:method_info[no-such-class] }
3: 2. ^try-catch{ ^reflection:method_info[string] }
4: 3. ^try-catch{ ^reflection:method_info[string;no-such-method] }
5: 4. ^try-catch{ ^reflection:method_info[string]{code} }
6: 5. ^try-catch{ ^reflection:method_info{code junction} }
7:
8: 6. ^json:string[^reflection:method_info[void;mid]]
9: 7. ^json:string[^reflection:method_info[$void:mid]]
10:
11: 8. ^json:string[^reflection:method_info[$try-catch] $.file[skip] ]
12: 9. ^json:string[^reflection:method_info[MAIN;try-catch] $.file[skip] ]
1.2 ! moko 13:
! 14: $o[^O::create[]]
! 15: 10. ^json:string[^reflection:method_info[$o.create] $.file[skip] ]
! 16: 11. ^json:string[^reflection:method_info[$O:create] $.file[skip] ]
! 17:
! 18: $c[^C::create[]]
! 19: 10. ^json:string[^reflection:method_info[$c.create] $.file[skip] ]
! 20: 11. ^json:string[^reflection:method_info[$C:create] $.file[skip] ]
! 21:
! 22: @CLASS
! 23: O
! 24:
! 25: @create[param]
! 26: code
! 27:
! 28: @CLASS
! 29: C
! 30:
! 31: @BASE
! 32: O
E-mail: