lang: Add more tests for class and include
This commit is contained in:
5
lang/interpret_test/TestAstFunc2/class-capture1/main.mcl
Normal file
5
lang/interpret_test/TestAstFunc2/class-capture1/main.mcl
Normal file
@@ -0,0 +1,5 @@
|
||||
$x1 = "t1"
|
||||
class foo {
|
||||
test $x1 {}
|
||||
}
|
||||
include foo
|
||||
Reference in New Issue
Block a user