Fix for a problem where inner (or nested) classes were not analyzed in some situations

# KT-3124 Fixed
This commit is contained in:
Pavel V. Talanov
2013-01-09 17:23:43 +04:00
parent ad848f2ebc
commit 293b272a22
3 changed files with 38 additions and 2 deletions
@@ -2384,6 +2384,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/diagnostics/tests/j+k"), "kt", true);
}
@TestMetadata("innerNestedClassFromJava.kt")
public void testInnerNestedClassFromJava() throws Exception {
doTest("compiler/testData/diagnostics/tests/j+k/innerNestedClassFromJava.kt");
}
@TestMetadata("kt1402.kt")
public void testKt1402() throws Exception {
doTest("compiler/testData/diagnostics/tests/j+k/kt1402.kt");