FIR2IR: add test for KT-55465

This commit is contained in:
Mikhail Glukhikh
2023-02-16 19:35:29 +01:00
committed by Space Team
parent 4cda89db9e
commit b68a26865a
9 changed files with 282 additions and 0 deletions
@@ -1915,6 +1915,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/emptyWhen.kt");
}
@TestMetadata("ErrorInDefaultValue.kt")
public void testErrorInDefaultValue() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/ErrorInDefaultValue.kt");
}
@TestMetadata("Fir2IrClassifierStorage.kt")
public void testFir2IrClassifierStorage() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/Fir2IrClassifierStorage.kt");