Skip to content

Bugfixes we can catch

Andrey Kuleshov edited this page Sep 18, 2020 · 7 revisions

fun main() { var x = 0 while (x < 10) { var x = 0 x++ } }

infinite loop