FE: add test for KT-58332 (K2 fails with ARGUMENT_TYPE_MISMATCH)
This commit is contained in:
committed by
Space Team
parent
11e1bcca1d
commit
aec0def5ca
+5
@@ -1965,6 +1965,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/firProblems/localCompanion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("LocalSuspendFun.kt")
|
||||
public void testLocalSuspendFun() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/LocalSuspendFun.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("readWriteProperty.kt")
|
||||
public void testReadWriteProperty() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/readWriteProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user