[NI] Test data to understand changes in the next commit

##KT-31969 In Progress
This commit is contained in:
Mikhail Zarechenskiy
2019-06-18 16:28:13 +03:00
parent 50ad21e388
commit ca997de6a7
9 changed files with 147 additions and 0 deletions
@@ -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");