[NI] Test data to understand changes in the next commit
##KT-31969 In Progress
This commit is contained in:
@@ -10008,6 +10008,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/kt30300.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt31969.kt")
|
||||
public void testKt31969() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/kt31969.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3372toCollection.kt")
|
||||
public void testKt3372toCollection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/kt3372toCollection.kt");
|
||||
@@ -10018,6 +10023,16 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nestedLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("postponedCompletionWithExactAnnotation.kt")
|
||||
public void testPostponedCompletionWithExactAnnotation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/postponedCompletionWithExactAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("postponedCompletionWithExactAnnotation_ni.kt")
|
||||
public void testPostponedCompletionWithExactAnnotation_ni() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/postponedCompletionWithExactAnnotation_ni.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectFromCovariantAndContravariantTypes.kt")
|
||||
public void testSelectFromCovariantAndContravariantTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectFromCovariantAndContravariantTypes.kt");
|
||||
|
||||
Reference in New Issue
Block a user