Add test ensuring the case of KT-57022 is fixed
This commit is contained in:
committed by
Space Team
parent
b23dbd359f
commit
25cb03b707
Generated
+6
@@ -2276,6 +2276,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
||||
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SignatureComputationComplexJavaGeneric.kt")
|
||||
public void testSignatureComputationComplexJavaGeneric() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/SignatureComputationComplexJavaGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SimpleTypeMarker.kt")
|
||||
public void testSimpleTypeMarker() throws Exception {
|
||||
|
||||
+6
@@ -2276,6 +2276,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SignatureComputationComplexJavaGeneric.kt")
|
||||
public void testSignatureComputationComplexJavaGeneric() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/SignatureComputationComplexJavaGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SimpleTypeMarker.kt")
|
||||
public void testSimpleTypeMarker() throws Exception {
|
||||
|
||||
+6
@@ -2276,6 +2276,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SignatureComputationComplexJavaGeneric.kt")
|
||||
public void testSignatureComputationComplexJavaGeneric() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/SignatureComputationComplexJavaGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SimpleTypeMarker.kt")
|
||||
public void testSimpleTypeMarker() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user