blob: bb89631c0c49550e621e475c316c5f6b9b3e27a0 [file] [log] [blame]
fun <T> doSomething(a: T) {}
fun foo() {
for (i in 1..4) doSomething("test")
}