[JS IR] Make PrivateMembersLowering global to handle inlined private references correctly
- Fixes [KT-33334]
This commit is contained in:
+5
@@ -4249,6 +4249,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inlineMultiFile/lambdaInLambdaNoInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateVarFromInline.kt")
|
||||
public void testPrivateVarFromInline() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiFile/privateVarFromInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("regeneratedLambdaName.kt")
|
||||
public void testRegeneratedLambdaName() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiFile/regeneratedLambdaName.kt");
|
||||
|
||||
+5
@@ -4264,6 +4264,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inlineMultiFile/lambdaInLambdaNoInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateVarFromInline.kt")
|
||||
public void testPrivateVarFromInline() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiFile/privateVarFromInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("regeneratedLambdaName.kt")
|
||||
public void testRegeneratedLambdaName() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiFile/regeneratedLambdaName.kt");
|
||||
|
||||
Reference in New Issue
Block a user