Resolve calls using the builder inference despite the presence of the annotation if there are uninferred type variables
^KT-48194 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
55811c8851
commit
bf1e68a53f
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -13058,6 +13058,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
public void testWithExpectedType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/withExpectedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withoutAnnotation.kt")
|
||||
public void testWithoutAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/withoutAnnotation.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Generated
+5
@@ -12464,6 +12464,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testWithExpectedType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/withExpectedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withoutAnnotation.kt")
|
||||
public void testWithoutAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/withoutAnnotation.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Generated
+5
@@ -12529,6 +12529,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testWithExpectedType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/withExpectedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withoutAnnotation.kt")
|
||||
public void testWithoutAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/withoutAnnotation.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user