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