Add tests for obsolete issues
#KT-32395 Obsolete (fixed in42a5c488) #KT-32388 Obsolete (fixed inf3e4c9cd) #KT-32271 Obsolete (fixed in60a0cf1)
This commit is contained in:
+10
@@ -1887,6 +1887,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/kt15516.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32271.kt")
|
||||
public void testKt32271() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/kt32271.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedLambdaInferenceWithListMap.kt")
|
||||
public void testNestedLambdaInferenceWithListMap() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/inference/nestedLambdaInferenceWithListMap.kt");
|
||||
@@ -2813,6 +2818,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesCaptured.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInputTypesWithVarargs.kt")
|
||||
public void testOnlyInputTypesWithVarargs() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesWithVarargs.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propagationOfNoInferAnnotation.kt")
|
||||
public void testPropagationOfNoInferAnnotation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/propagationOfNoInferAnnotation.kt");
|
||||
|
||||
Reference in New Issue
Block a user