Fix resolution of inherited Kotlin properties in Java classes

#KT-6720 Fixed
This commit is contained in:
Alexander Udalov
2015-02-03 22:21:03 +03:00
parent 5170ab3588
commit cafc1ea24d
7 changed files with 67 additions and 6 deletions
@@ -6780,6 +6780,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("kt6720_abstractProperty.kt")
public void testKt6720_abstractProperty() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/j+k/kt6720_abstractProperty.kt");
doTest(fileName);
}
@TestMetadata("mutableIterator.kt")
public void testMutableIterator() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/j+k/mutableIterator.kt");