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

1.1     ! moko        1: @main[]
        !             2: $b[^b::create[]]
        !             3: ^b.print[]
        !             4: ^b.print(true)
        !             5: 
        !             6: @CLASS
        !             7: a
        !             8: 
        !             9: @create[]
        !            10: 
        !            11: @void[]
        !            12: a void $self.CLASS_NAME ^rem{b is OK}
        !            13: 
        !            14: @print[]
        !            15: a::print:CLASS: $self.CLASS_NAME
        !            16: 
        !            17: @CLASS
        !            18: b
        !            19: 
        !            20: @BASE
        !            21: a
        !            22: 
        !            23: @void[]
        !            24: b void
        !            25: 
        !            26: @print[bUseWorkaround][o]
        !            27: ^a:void[] ^rem{ normal base class call, but wcontext now is get_somebody_entered_some_class() == true }
        !            28: 
        !            29: $o[^a::create[]]
        !            30: 
        !            31: Local a object CLASS: $o.CLASS_NAME
        !            32: 
        !            33: ^if($bUseWorkaround){
        !            34:     $s[^o.print[]]^rem{ another wcontext }
        !            35:     $s
        !            36: }{
        !            37:     ^o.print[]^rem{ same wcontext }
        !            38: }

E-mail: