[IR] Add test for KT-47767
This commit is contained in:
committed by
teamcityserver
parent
4733a0d970
commit
f644f47360
+5
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user