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

1.1     ! misha       1: @main[]
        !             2: $h[
        !             3:        $.k1[v1]
        !             4:        $.k2[v2]
        !             5:        ^rem{ key name == method name }
        !             6:        $.foreach[problem was here]
        !             7:        $.k3[v3]
        !             8: ]
        !             9: 
        !            10: ^foreach[^reflection:fields[$h]]
        !            11: 
        !            12: $o[^t::create[]]
        !            13: ^foreach[^reflection:fields[$o]]
        !            14: ^foreach[^reflection:fields[$t:CLASS]]
        !            15: 
        !            16: ^$h.foreach='^reflection:field[$h;foreach]'
        !            17: ^$h.k3='^reflection:field[$h;k3]'
        !            18: 
        !            19: ^$o.s1='$o.s1'
        !            20: ^$o.d1='$o.d1'
        !            21: 
        !            22: ^^reflection:field[^$o;s1]='^reflection:field[$o;s1]'
        !            23: ^^reflection:field[^$o;d1]='^reflection:field[$o;d1]'
        !            24: 
        !            25: ^$t:CLASS.s1='$t:CLASS.s1'
        !            26: ^$t:CLASS.d1='$t:CLASS.d1'
        !            27: 
        !            28: ^^reflection:field[^$t:CLASS;s1]='^reflection:field[$t:CLASS;s1]'
        !            29: ^^reflection:field[^$t:CLASS;d1]='^reflection:field[$t:CLASS;d1]'
        !            30: 
        !            31: $j[^reflection:method[$o;dynamic_call]]
        !            32: ^j[]
        !            33: 
        !            34: $j[^reflection:method[$t:CLASS;static_call]]
        !            35: ^j[]
        !            36: 
        !            37: 
        !            38: @foreach[h][j;k;v]
        !            39: $j[^reflection:method[$h;foreach]]
        !            40: ^j[k;v]{$k='$v'}[, ]
        !            41: 
        !            42: 
        !            43: 
        !            44: @CLASS
        !            45: t
        !            46: 
        !            47: @auto[]
        !            48: $s1[s1v]
        !            49: $s2[s2v]
        !            50: $static_call[static]
        !            51: 
        !            52: @create[]
        !            53: $d1[d1v]
        !            54: $d2[d2v]
        !            55: $dynamic_call[dynamic]
        !            56: 
        !            57: @static_call[]
        !            58: #problem was here
        !            59: $static_call
        !            60: 
        !            61: @dynamic_call[]
        !            62: #problem was here
        !            63: $dynamic_call

E-mail: