K1/K2: add test for Future.get case
This commit is contained in:
committed by
Space Team
parent
f597c02327
commit
633e96b966
+6
@@ -22330,6 +22330,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/flexibleTypeVariablePosition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("futureGet.kt")
|
||||
public void testFutureGet() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/futureGet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericConstructorWithMultipleBounds.kt")
|
||||
public void testGenericConstructorWithMultipleBounds() {
|
||||
|
||||
+6
@@ -22330,6 +22330,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/flexibleTypeVariablePosition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("futureGet.kt")
|
||||
public void testFutureGet() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/futureGet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericConstructorWithMultipleBounds.kt")
|
||||
public void testGenericConstructorWithMultipleBounds() {
|
||||
|
||||
Reference in New Issue
Block a user