Keep track of second receiver type in CallReceiver
#KT-17725 Fixed Target versions 1.1.5
This commit is contained in:
@@ -17600,6 +17600,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("kt17725.kt")
|
||||
public void testKt17725() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/smartCasts/kt17725.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("kt19058.kt")
|
||||
public void testKt19058() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/smartCasts/kt19058.kt");
|
||||
|
||||
Reference in New Issue
Block a user