Annotation of parser3/tests/224.p, revision 1.3

1.1       misha       1: @CLASS
                      2: test
                      3: 
                      4: @auto[]
                      5: $a[aaa]
                      6: 
                      7: 
                      8: @create[v][x]
                      9: $value[$v]
                     10: 
1.2       misha      11: @create0[]
1.1       misha      12: 
1.2       misha      13: @m[x;y;z][a;b;c]
1.1       misha      14: $value
                     15: 
                     16: 
                     17: 
                     18: @CLASS
                     19: test1
                     20: 
                     21: @BASE
                     22: test
                     23: 
                     24: @create1[v]
                     25: 
                     26: @GET_value[]
                     27: $v
                     28: 
                     29: 
                     30: 
                     31: @CLASS
                     32: test2
                     33: 
                     34: @BASE
                     35: test1
                     36: 
                     37: @create2[v]
1.3     ! misha      38: 
        !            39: 
        !            40: 
        !            41: @CLASS
        !            42: test2
        !            43: 
        !            44: @auto[]
        !            45: $a(1)
        !            46: $b[2]
        !            47: 
        !            48: @create[]
        !            49: $c(3)
        !            50: $d[4]
        !            51: 
        !            52: @m[]
        !            53: ^if(^reflection:dynamical[]){dynamical}{statical}<br />

E-mail: