Added tests for KT-29833
This commit is contained in:
@@ -274,6 +274,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/declarations/kt27005.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt29833.kt")
|
||||
public void testKt29833() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/kt29833.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localClassWithOverrides.kt")
|
||||
public void testLocalClassWithOverrides() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/localClassWithOverrides.kt");
|
||||
|
||||
Reference in New Issue
Block a user