// IS_APPLICABLE: false fun doSomething(a: T) {} fun foo() { while (true) { doSomething("test") doSomething("test2") } }