[NI] Test data to understand changes in the next commit
##KT-31969 In Progress
This commit is contained in:
+15
@@ -10001,6 +10001,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
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");
|
||||
@@ -10011,6 +10016,16 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
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