Add tests for obsolete issues
#KT-11979 Obsolete #KT-12898 Obsolete #KT-30657 Obsolete #KT-28446 Obsolete
This commit is contained in:
@@ -1786,6 +1786,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/callableReferenceAsLastExpressionInBlock.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callableReferenceToLocalVariable.kt")
|
||||
public void testCallableReferenceToLocalVariable() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/callableReferenceToLocalVariable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classVsPackage.kt")
|
||||
public void testClassVsPackage() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/classVsPackage.kt");
|
||||
@@ -17307,6 +17312,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt10843.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt11979.kt")
|
||||
public void testKt11979() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt11979.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt127.kt")
|
||||
public void testKt127() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt127.kt");
|
||||
@@ -17317,6 +17327,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt128.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt12898.kt")
|
||||
public void testKt12898() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt12898.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13685.kt")
|
||||
public void testKt13685() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt13685.kt");
|
||||
|
||||
+5
@@ -1997,6 +1997,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/variableCallInsideBuilderFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("variableOfAFunctionTypeCall.kt")
|
||||
public void testVariableOfAFunctionTypeCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/variableOfAFunctionTypeCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withParameter.kt")
|
||||
public void testWithParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/withParameter.kt");
|
||||
|
||||
compiler/tests/org/jetbrains/kotlin/checkers/javac/DiagnosticsTestWithStdLibUsingJavacGenerated.java
Generated
+5
@@ -1997,6 +1997,11 @@ public class DiagnosticsTestWithStdLibUsingJavacGenerated extends AbstractDiagno
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/variableCallInsideBuilderFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("variableOfAFunctionTypeCall.kt")
|
||||
public void testVariableOfAFunctionTypeCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/variableOfAFunctionTypeCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withParameter.kt")
|
||||
public void testWithParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/withParameter.kt");
|
||||
|
||||
Generated
+15
@@ -1781,6 +1781,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/callableReferenceAsLastExpressionInBlock.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callableReferenceToLocalVariable.kt")
|
||||
public void testCallableReferenceToLocalVariable() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/callableReferenceToLocalVariable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classVsPackage.kt")
|
||||
public void testClassVsPackage() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/classVsPackage.kt");
|
||||
@@ -17297,6 +17302,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt10843.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt11979.kt")
|
||||
public void testKt11979() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt11979.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt127.kt")
|
||||
public void testKt127() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt127.kt");
|
||||
@@ -17307,6 +17317,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt128.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt12898.kt")
|
||||
public void testKt12898() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt12898.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13685.kt")
|
||||
public void testKt13685() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt13685.kt");
|
||||
|
||||
Reference in New Issue
Block a user