Annotation of parser3/tests/337.html, revision 1.2
1.1 moko 1: @main[]
2: $o[^A::create[]]
3:
4: $h[^reflection:fields_reference[$o]]
5:
6: ^try-catch{$h[^reflection:fields_reference{$o}]}
7: ^try-catch{$h[^reflection:fields_reference[$A]]}
8:
9: $h.f2[v2]
10: $h._default[def]
11: $o.f3[v3]
12: object:
13: ^json:string[$o;$.indent(true)]
14: reference:
15: ^json:string[$h;$.indent(true)]
16:
17: object-fields:
18: ^json:string[^reflection:fields[$o];$.indent(true)]
19:
20: class: $h.CLASS_NAME
21: default: $h._default
22: non-existing: $h.404
1.2 ! moko 23: method: ^h._count[]
1.1 moko 24:
25: ^h.sub[$o]
26: ^json:string[$o;$.indent(true)]
27: ^json:string[$h;$.indent(true)]
28:
29:
30: @CLASS
31: A
32:
33: @create[]
34: $f1[v1]
E-mail: