KT-1306123.lng or 123.sht is not good name
This commit is contained in:
@@ -123,6 +123,6 @@ fun Reader.forEachChar(body : (Char) -> Unit) {
|
||||
do {
|
||||
var i = read();
|
||||
if (i == -1) break
|
||||
body(i.chr)
|
||||
body(i.char)
|
||||
} while(true)
|
||||
}
|
||||
Reference in New Issue
Block a user