fun foo() {} fun test() { do { /* aaa */ foo() // comment } while(true) }