Test for formatting loop parameter with explicit type
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun f(c: Array<Int>) {
|
||||
for (a: Int in c) {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun f(c: Array<Int>) {
|
||||
for (a : Int in c) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user