K2: fix outerClassSymbol behavior for local classes #KT-55018 Fixed
This commit is contained in:
committed by
Space Team
parent
fb09f139dd
commit
1d76bce3dd
@@ -1950,6 +1950,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/firProblems/localClassUsedBeforeDeclaration.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localCompanion.kt")
|
||||
public void testLocalCompanion() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/localCompanion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("readWriteProperty.kt")
|
||||
public void testReadWriteProperty() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/readWriteProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user