[IR] Add test for KT-47767

This commit is contained in:
Roman Artemev
2021-09-29 15:19:09 +03:00
committed by teamcityserver
parent 4733a0d970
commit f644f47360
12 changed files with 96 additions and 0 deletions
@@ -858,6 +858,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
runTest("compiler/testData/codegen/boxInline/callableReference/bound/classProperty.kt");
}
@TestMetadata("doubleBoundToThis.kt")
public void testDoubleBoundToThis() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/doubleBoundToThis.kt");
}
@TestMetadata("emptyLhsFunction.kt")
public void testEmptyLhsFunction() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/emptyLhsFunction.kt");
@@ -858,6 +858,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/callableReference/bound/classProperty.kt");
}
@TestMetadata("doubleBoundToThis.kt")
public void testDoubleBoundToThis() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/doubleBoundToThis.kt");
}
@TestMetadata("emptyLhsFunction.kt")
public void testEmptyLhsFunction() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/emptyLhsFunction.kt");
@@ -858,6 +858,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/classProperty.kt");
}
@TestMetadata("doubleBoundToThis.kt")
public void testDoubleBoundToThis() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/doubleBoundToThis.kt");
}
@TestMetadata("emptyLhsFunction.kt")
public void testEmptyLhsFunction() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/emptyLhsFunction.kt");