blob: 6d42175017cdedbbe3abfac62ab28de31be9cbf8 [file] [log] [blame]
fun f(c: Array<Int>) {
for (a : Int in c) {
}
}