K1/K2: add more tests around intellij.vcs.git example
This commit is contained in:
committed by
Space Team
parent
d04625666a
commit
98e4c64360
+18
@@ -22900,6 +22900,24 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection2.kt")
|
||||
public void testWithTestConnection2() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection3.kt")
|
||||
public void testWithTestConnection3() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection4.kt")
|
||||
public void testWithTestConnection4() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection4.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongVarianceInJava.kt")
|
||||
public void testWrongVarianceInJava() {
|
||||
|
||||
+18
@@ -22900,6 +22900,24 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection2.kt")
|
||||
public void testWithTestConnection2() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection3.kt")
|
||||
public void testWithTestConnection3() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection4.kt")
|
||||
public void testWithTestConnection4() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection4.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongVarianceInJava.kt")
|
||||
public void testWrongVarianceInJava() {
|
||||
|
||||
Reference in New Issue
Block a user