[JS IR BE] Don't transform toString with extension receiver
This commit is contained in:
+5
@@ -6805,6 +6805,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
public void testTaggedArrayCopy() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/taggedArrayCopy.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("toStringExtension.kt")
|
||||
public void testToStringExtension() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/toStringExtension.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+5
@@ -6840,6 +6840,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
public void testTaggedArrayCopy() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/taggedArrayCopy.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("toStringExtension.kt")
|
||||
public void testToStringExtension() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/toStringExtension.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user