K2: reproduce a problem from intellij.vcs.git
This commit is contained in:
committed by
Space Team
parent
e701a16460
commit
c966533d73
+6
@@ -22894,6 +22894,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/UnboxingNulls.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection.kt")
|
||||
public void testWithTestConnection() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongVarianceInJava.kt")
|
||||
public void testWrongVarianceInJava() {
|
||||
|
||||
+6
@@ -22894,6 +22894,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/UnboxingNulls.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withTestConnection.kt")
|
||||
public void testWithTestConnection() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/withTestConnection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongVarianceInJava.kt")
|
||||
public void testWrongVarianceInJava() {
|
||||
|
||||
Reference in New Issue
Block a user