script parameters
still a lot of things to do
This commit is contained in:
@@ -42,4 +42,16 @@ public class ScriptGenTest extends CodegenTestCase {
|
||||
// TODO: check function is visible as instance field (it is currently not)
|
||||
}
|
||||
|
||||
public void testScriptParameter() {
|
||||
blackBoxFile("script/parameter.ktscript");
|
||||
}
|
||||
|
||||
public void testScriptParameterLong() {
|
||||
blackBoxFile("script/parameterLong.ktscript");
|
||||
}
|
||||
|
||||
public void testScriptParameterArray() {
|
||||
blackBoxFile("script/parameterArray.ktscript");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user