Annotation of parser3/tests/552.html, revision 1.1

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $v[M]
        !             4: 
        !             5: $s[ ]
        !             6: $o[^O::create[]]
        !             7: 
        !             8: ^try-catch{ ^reflection:method{code} }
        !             9: ^try-catch{ ^reflection:method[$o] }
        !            10: 
        !            11: ^try-catch{ ^reflection:method[$test]{code} }
        !            12: ^try-catch{ ^reflection:method[$test;$s] }
        !            13: ^try-catch{ ^reflection:method[$string:length] }
        !            14: 
        !            15: ^try-catch{ ^reflection:method[$s;no-such-method] }
        !            16: ^try-catch{ ^reflection:method[$s;length]{code} }
        !            17: ^try-catch{ ^reflection:method[$s;length;$self] }
        !            18: ^try-catch{ ^reflection:method[$MAIN:CLASS;test;$s] }
        !            19: 
        !            20: ^try-catch{ $m[^reflection:method[$string:CLASS;length]] ^m[] }
        !            21: 
        !            22: $m[^reflection:method[$test;$o]]
        !            23: ^m[]
        !            24: $m[^reflection:method[$o.test;$o]]
        !            25: ^m[]
        !            26: $m[^reflection:method[$o.test]]
        !            27: ^m[]
        !            28: 
        !            29: $m[^reflection:method[$s;length]]
        !            30: ^m[]
        !            31: 
        !            32: @test[]
        !            33: MAIN [$v] $self.CLASS_NAME ^if(^reflection:dynamical[]){dynamic}{static}
        !            34: 
        !            35: 
        !            36: @CLASS
        !            37: O
        !            38: 
        !            39: @create[]
        !            40: $v[O]
        !            41: 
        !            42: @test[]
        !            43: CLASS [$v] $self.CLASS_NAME ^if(^reflection:dynamical[]){dynamic}{static}
        !            44: 

E-mail: