[IR BE] Fix SharedVariableLowering
* make it able to detect shared vars under any declaration kind, not only IrFunction * Add & update tests
This commit is contained in:
+5
@@ -15995,6 +15995,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/objects/kt2663_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2663_3.kt")
|
||||
public void testKt2663_3() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt2663_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2675.kt")
|
||||
public void testKt2675() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt2675.kt");
|
||||
|
||||
Reference in New Issue
Block a user