Refactor SAM type handling, replace non-approximated arguments with *
This commit is contained in:
committed by
TeamCityServer
parent
4aeabb6b0f
commit
c77884f067
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -12820,6 +12820,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt44241.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45083.kt")
|
||||
public void testKt45083() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt45083.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47052.kt")
|
||||
public void testKt47052() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt47052.kt");
|
||||
|
||||
Generated
+5
@@ -12226,6 +12226,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt44241.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45083.kt")
|
||||
public void testKt45083() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt45083.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47052.kt")
|
||||
public void testKt47052() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt47052.kt");
|
||||
|
||||
Generated
+5
@@ -12291,6 +12291,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt44241.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45083.kt")
|
||||
public void testKt45083() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt45083.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47052.kt")
|
||||
public void testKt47052() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt47052.kt");
|
||||
|
||||
Reference in New Issue
Block a user