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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: ^for[]
        !             4: 
        !             5: ^reflection:override[$B:test; $.name[gm] ]
        !             6: 1. ^gm[]
        !             7: 1. ^MAIN:gm[]
        !             8: 
        !             9: $a[^A::create[]]
        !            10: 3. static: ^A:test[]
        !            11: 4. dynamic: ^a.test[]
        !            12: 
        !            13: ^reflection:override[$B:test; $.to[$A:CLASS] ]
        !            14: 
        !            15: $a[^A::create[]]
        !            16: 5. static: ^A:test[]
        !            17: 6. dynamic: ^a.test[]
        !            18: 
        !            19: 7. extra static: ^A:extra[]
        !            20: 8. extra dynamic: ^a.extra[]
        !            21: 
        !            22: @for[]
        !            23: my for
        !            24: 
        !            25: @gm[]
        !            26: before
        !            27: 
        !            28: 
        !            29: @CLASS
        !            30: B
        !            31: 
        !            32: @create[]
        !            33: 
        !            34: @test[]
        !            35: new test for "$self.CLASS_NAME" from "$caller.CLASS_NAME"
        !            36: 
        !            37: @CLASS
        !            38: A
        !            39: 
        !            40: @create[]
        !            41: 
        !            42: @test[]
        !            43: test for "$self.CLASS_NAME"
        !            44: 
        !            45: @extra[]
        !            46: extra ^test[]

E-mail: