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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $o[^O::create[]]
        !             4: object: ^show[$o]
        !             5: class: ^show[$O:CLASS]
        !             6: 
        !             7: ^process{@CLASS
        !             8: P
        !             9: 
        !            10: ^@create[]
        !            11: }[ $.file[process.p] ]
        !            12: 
        !            13: $p[^P::create[]]
        !            14: process object: ^show[$p]
        !            15: process class: ^show[$P:CLASS]
        !            16: 
        !            17: ^process{@CLASS
        !            18: P2
        !            19: 
        !            20: ^@create[]
        !            21: }
        !            22: process without file specified: ^show[$P2:CLASS]
        !            23: 
        !            24: ^try-catch{
        !            25:        ^show[$show]
        !            26: }
        !            27: 
        !            28: @show[o]
        !            29: $v[^reflection:filename[$o]]
        !            30: ^v.match[^^.+/][]{/-real-path-was-here-/}
        !            31: 
        !            32: @CLASS
        !            33: O
        !            34: 
        !            35: @create[]

E-mail: