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
+5
@@ -3027,6 +3027,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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