Fix inlining of invoke operator [#KT-25474]
* add test
This commit is contained in:
committed by
Roman Artemev
parent
a457a9f870
commit
e4b314c26c
+5
@@ -3930,6 +3930,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/innerOuterThis.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invokeOnField.kt")
|
||||
public void testInvokeOnField() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/invokeOnField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("iteratorOnInlineFunctionResult.kt")
|
||||
public void testIteratorOnInlineFunctionResult() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/iteratorOnInlineFunctionResult.kt");
|
||||
|
||||
+5
@@ -3930,6 +3930,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/innerOuterThis.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invokeOnField.kt")
|
||||
public void testInvokeOnField() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/invokeOnField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("iteratorOnInlineFunctionResult.kt")
|
||||
public void testIteratorOnInlineFunctionResult() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/iteratorOnInlineFunctionResult.kt");
|
||||
|
||||
Reference in New Issue
Block a user