Warning "value of type parameter is predetermined" is no more generated for sealed bound #KT-9244 Fixed

This commit is contained in:
Mikhail Glukhikh
2015-09-30 15:30:04 +03:00
parent b24623810e
commit 92f031cc46
4 changed files with 44 additions and 0 deletions
@@ -13263,6 +13263,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("NotFinal.kt")
public void testNotFinal() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/sealed/NotFinal.kt");
doTest(fileName);
}
@TestMetadata("OperationWhen.kt")
public void testOperationWhen() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/sealed/OperationWhen.kt");