blob: 77e6064ba7e19e18f42658c4378e8f46f2e91800 [file] [log] [blame]
fun <T> doSomething(a: T) {}
fun foo() {
while (true) doSomething("test")
}