File:  [parser3project] / parser3 / tests / 323.html
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Sep 20 09:43:46 2016 UTC (9 years, 9 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, HEAD
test for code junction should not be returned by ^reflection:class, ^reflection:base

@main[]
$list[^reflection:classes[]]
^list.sort[name;]{$name}
^list.foreach[name;type]{ $class[^reflection:class_by_name[$name]] $name $type $class.CLASS_NAME (^reflection:base_name[$class])
}

^try-catch{ ^reflection:class{code} }

^show[$show]
^show[$void-var]
^show{still string}

@show[o][x;b]
$x[^reflection:class[$o]]
class: "$x.CLASS_NAME" "^reflection:class_name[$o]"
$b[^reflection:base[$o]]
base: "$b.CLASS_NAME" "^reflection:base_name[$o]"

E-mail: