Add tests for KT-45236
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -4948,6 +4948,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/contracts/kt39374.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45236.kt")
|
||||
public void testKt45236() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Generated
+5
@@ -4359,6 +4359,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt39374.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45236.kt")
|
||||
public void testKt45236() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Generated
+5
@@ -4359,6 +4359,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt39374.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45236.kt")
|
||||
public void testKt45236() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Reference in New Issue
Block a user