Android Extensions: Support smart-casted receivers (KT-18545)

This commit is contained in:
Yan Zhulanow
2017-06-27 19:52:21 +03:00
parent 9e9c4f79f5
commit bf2bc1fdc7
4 changed files with 52 additions and 1 deletions
@@ -120,6 +120,12 @@ public class AndroidBytecodeShapeTestGenerated extends AbstractAndroidBytecodeSh
doTest(fileName);
}
@TestMetadata("kt18545")
public void testKt18545() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/kt18545/");
doTest(fileName);
}
@TestMetadata("multiFile")
public void testMultiFile() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/multiFile/");