KT-25907: Use proper loop parameter type in for-in-CharSequence
This commit is contained in:
+5
@@ -4605,6 +4605,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forLoopMemberExtensionNext.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forNullableCharInString.kt")
|
||||
public void testForNullableCharInString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forNullableCharInString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forUserType.kt")
|
||||
public void testForUserType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forUserType.kt");
|
||||
|
||||
Reference in New Issue
Block a user