changed resolution order: first priority is 'local extensions; members; nonlocal extensions', than by implicit receivers (before was vice versa)
This commit is contained in:
@@ -312,4 +312,8 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
blackBoxFile("regressions/kt1538.kt");
|
||||
System.out.println(generateToText());
|
||||
}
|
||||
|
||||
public void testResolveOrder() throws Exception {
|
||||
blackBoxFile("classes/resolveOrder.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user