Second draft of the style guide, feedback still welcome: <https://github.com/JetBrains/kotlin-web-si...
d
yole: I think there is a typo
for (i in 0 until n) { ... }  // bad
should end with
// good
y
fixed already
👍 1