|
|
1.1 misha 1: @main[]
2: $a[^child::create[]]
3:
4: =^child:test[]=^a.test[]=
5: =^child:test2[]=^a.test2[]=
6:
7: @CLASS
8: parent
9:
10: @create[]
11:
12: @test[]
13: $no_such_field
14:
15: @test2[]
16: $a
17:
18: @GET_a[]
19: parent_a
20:
21: @GET_DEFAULT[]
22: 403
23:
24:
25: @CLASS
26: child
27:
28: @BASE
29: parent
30:
31: @create[]
32: ^BASE:create[]
33:
34: @GET_a[]
35: child_a
36:
37: @GET_DEFAULT[]
38: 404