[JVM_IR] Avoid using special names in static inline class replacements.
Fixes KT-46952
This commit is contained in:
committed by
Alexander Udalov
parent
b1ab597616
commit
f846dd8ea2
+5
@@ -12552,6 +12552,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/inClassWithSetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46952.kt")
|
||||
public void testKt46952() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt46952.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9897.kt")
|
||||
public void testKt9897() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt9897.kt");
|
||||
|
||||
Reference in New Issue
Block a user