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

6 lines
63 B
Plaintext

$x1 = "bad1"
class foo($x1) {
test $x1 {}
}
include foo("t1")