Keep track of second receiver type in CallReceiver

#KT-17725 Fixed Target versions 1.1.5
This commit is contained in:
Dmitry Petrov
2017-07-21 10:37:20 +03:00
parent 3f34a97880
commit d0c8af5621
6 changed files with 49 additions and 5 deletions
@@ -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");