Generate proper visibility for companion object instance field in LV1.3+

This commit is contained in:
Dmitry Petrov
2017-11-24 16:44:25 +03:00
parent 70d3e6592d
commit f586bd4a34
7 changed files with 76 additions and 5 deletions
@@ -108,6 +108,12 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
doTest(fileName);
}
@TestMetadata("invisibleCompanionObject_lv12.kt")
public void testInvisibleCompanionObject_lv12() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeListing/invisibleCompanionObject_lv12.kt");
doTest(fileName);
}
@TestMetadata("jvmOverloadsAndParametersAnnotations.kt")
public void testJvmOverloadsAndParametersAnnotations() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeListing/jvmOverloadsAndParametersAnnotations.kt");