Minor: add test for obsolete issue
#KT-8050 Obsolete
This commit is contained in:
+5
@@ -99,6 +99,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/javaForKClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt8050.kt")
|
||||
public void testKt8050() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/kt8050.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9078.kt")
|
||||
public void testKt9078() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/kt9078.kt");
|
||||
|
||||
Reference in New Issue
Block a user