Fix for KT-9788: AssertionError from back-end when we read field from inline function

#KT-9788 Fixed
This commit is contained in:
Michael Bogdanov
2015-10-29 11:07:52 +03:00
parent 7046f63511
commit 9e5af43ce1
5 changed files with 23 additions and 3 deletions
@@ -101,6 +101,12 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
doTestWithJava(fileName);
}
@TestMetadata("protectedInInline")
public void testProtectedInInline() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithJava/protectedInInline/");
doTestWithJava(fileName);
}
@TestMetadata("compiler/testData/codegen/boxWithJava/annotatedFileClasses")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)