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