Debugger: Handle closure receivers came from outer callables properly (KT-31709)
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user