Test for an obsolete issue

#KT-2956 Obsolete
This commit is contained in:
Andrey Breslav
2013-10-25 17:17:43 +04:00
parent 46831b8d43
commit 70acf0fdba
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1 @@
val a: String = <!NO_CLASS_OBJECT!>Nothing<!>
@@ -4863,6 +4863,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/regressions/kt287.kt");
}
@TestMetadata("kt2956.kt")
public void testKt2956() throws Exception {
doTest("compiler/testData/diagnostics/tests/regressions/kt2956.kt");
}
@TestMetadata("kt302.kt")
public void testKt302() throws Exception {
doTest("compiler/testData/diagnostics/tests/regressions/kt302.kt");