[KT-4124] Add diagnostic that reports of local classes. Remove test for diagnostic of nested types

This commit is contained in:
Alexey Andreev
2016-02-12 15:55:18 +03:00
parent 8537d327fa
commit e3c7cd0021
9 changed files with 95 additions and 493 deletions
@@ -570,11 +570,5 @@ public class DiagnosticsTestWithJsStdLibGenerated extends AbstractDiagnosticsTes
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJsStdLib/unsupportedFeatures/localClassifier.kt");
doTest(fileName);
}
@TestMetadata("nestedInnerClassifier.kt")
public void testNestedInnerClassifier() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJsStdLib/unsupportedFeatures/nestedInnerClassifier.kt");
doTest(fileName);
}
}
}