Report upper bounds violation for objects, not only classes

This commit is contained in:
Alexander Udalov
2013-10-18 20:11:09 +04:00
parent 01d8e658aa
commit 29f3c4a1a0
3 changed files with 33 additions and 24 deletions
@@ -4303,6 +4303,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/objects/ObjectsNested.kt");
}
@TestMetadata("upperBoundViolated.kt")
public void testUpperBoundViolated() throws Exception {
doTest("compiler/testData/diagnostics/tests/objects/upperBoundViolated.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/tests/operatorsOverloading")