Debugger: Handle closure receivers came from outer callables properly (KT-31709)

This commit is contained in:
Yan Zhulanow
2019-06-14 19:13:50 +09:00
parent 577f32740e
commit 188ed82081
13 changed files with 109 additions and 7 deletions
@@ -10616,6 +10616,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/extensionFunctions/kt1953_class.kt");
}
@TestMetadata("kt23675.kt")
public void testKt23675() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/kt23675.kt");
}
@TestMetadata("kt3285.kt")
public void testKt3285() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/kt3285.kt");