KT-1406 wrong generation of receiver for ext.fun called inside closure
This commit is contained in:
@@ -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