fun doSomething(a: T) {} fun foo() { while (true) doSomething("test") }