refactoring of codegen contexts, and proper this/outer/super/receiver support
This commit is contained in:
@@ -4,6 +4,7 @@ import java.lang.reflect.Method;
|
||||
|
||||
/**
|
||||
* @author yole
|
||||
* @author alex.tkachman
|
||||
*/
|
||||
public class ExtensionFunctionsTest extends CodegenTestCase {
|
||||
@Override
|
||||
@@ -27,4 +28,8 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
|
||||
public void testGeneric() throws Exception {
|
||||
blackBoxFile("extensionFunctions/generic.jet");
|
||||
}
|
||||
|
||||
public void testVirtual() throws Exception {
|
||||
blackBoxFile("extensionFunctions/virtual.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user