KT-1406 wrong generation of receiver for ext.fun called inside closure
This commit is contained in:
@@ -199,6 +199,7 @@ public class PropertyGenTest extends CodegenTestCase {
|
||||
}
|
||||
|
||||
public void testKt1170() throws Exception {
|
||||
createEnvironmentWithFullJdk();
|
||||
blackBoxFile("regressions/kt1170.kt");
|
||||
}
|
||||
|
||||
|
||||
@@ -116,4 +116,8 @@ public class StdlibTest extends CodegenTestCase {
|
||||
throw t instanceof Exception ? (Exception)t : new RuntimeException(t);
|
||||
}
|
||||
}
|
||||
|
||||
public void testKt1406() throws Exception {
|
||||
blackBoxFile("regressions/kt1406.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user