// PROBLEM: none // FIX: none fun test(i: Int) { while (i == 1) { // comment } }