Type bounds check for class headers moved to DeclarationsChecker

This commit is contained in:
Andrey Breslav
2014-03-05 16:10:07 +04:00
parent 8be40c29cf
commit b72bcfd8ae
4 changed files with 37 additions and 32 deletions
@@ -219,6 +219,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest("compiler/testData/diagnostics/tests/Dollar.kt");
}
@TestMetadata("FinalClassObjectBound.kt")
public void testFinalClassObjectBound() throws Exception {
doTest("compiler/testData/diagnostics/tests/FinalClassObjectBound.kt");
}
@TestMetadata("ForRangeConventions.kt")
public void testForRangeConventions() throws Exception {
doTest("compiler/testData/diagnostics/tests/ForRangeConventions.kt");