We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fun main() { var x = 0 while (x < 10) { var x = 0 x++ } }
infinite loop