JVM_IR add test for KT-47300
This commit is contained in:
committed by
teamcityserver
parent
1cd75b1e82
commit
ce107d06d4
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -5023,6 +5023,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47300.kt")
|
||||
public void testKt47300() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47300.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Generated
+5
@@ -4429,6 +4429,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47300.kt")
|
||||
public void testKt47300() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47300.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Generated
+5
@@ -4429,6 +4429,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47300.kt")
|
||||
public void testKt47300() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47300.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Reference in New Issue
Block a user