Files
mgmt/lang/interpret_test/TestAstFunc2/class-capture2/main.mcl
2019-07-20 01:33:42 -04:00

6 lines
50 B
Plaintext

include foo
class foo {
test $x1 {}
}
$x1 = "t1"