Fix IteratorNext intrinsic to cast its dispatch receiver to
the expected type. ^KT-47741 Fixed.
This commit is contained in:
committed by
Alexander Udalov
parent
f83cc69379
commit
b51ff799cb
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -2192,6 +2192,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt32462.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47741.kt")
|
||||
public void testKt47741() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt47741.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedConstructorFromClass.kt")
|
||||
public void testNestedConstructorFromClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/nestedConstructorFromClass.kt");
|
||||
|
||||
Generated
+5
@@ -2192,6 +2192,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt32462.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47741.kt")
|
||||
public void testKt47741() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt47741.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedConstructorFromClass.kt")
|
||||
public void testNestedConstructorFromClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/nestedConstructorFromClass.kt");
|
||||
|
||||
Generated
+5
@@ -2192,6 +2192,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt32462.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47741.kt")
|
||||
public void testKt47741() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt47741.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedConstructorFromClass.kt")
|
||||
public void testNestedConstructorFromClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/nestedConstructorFromClass.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -1622,6 +1622,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt32462.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47741.kt")
|
||||
public void testKt47741() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt47741.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedConstructorFromClass.kt")
|
||||
public void testNestedConstructorFromClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/nestedConstructorFromClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user