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
@@ -21506,6 +21506,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
doTest(fileName);
}
@TestMetadata("kt17725.kt")
public void testKt17725() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/smartCasts/kt17725.kt");
doTest(fileName);
}
@TestMetadata("kt19100.kt")
public void testKt19100() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/smartCasts/kt19100.kt");