back end test for 'variable as function' call case
This commit is contained in:
@@ -101,4 +101,8 @@ public class FunctionGenTest extends CodegenTestCase {
|
||||
public void testLocalFunction () throws InvocationTargetException, IllegalAccessException {
|
||||
blackBoxFile("functions/localFunction.kt");
|
||||
}
|
||||
|
||||
public void testInvoke() {
|
||||
blackBoxFile("functions/invoke.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user