KT-1306123.lng or 123.sht is not good name
This commit is contained in:
@@ -24,7 +24,7 @@ class OldStdlibTest() : TestSupport() {
|
||||
val x = ByteArray (10)
|
||||
|
||||
for(index in 0..9) {
|
||||
x [index] = index.byt
|
||||
x [index] = index.byte
|
||||
}
|
||||
|
||||
for(b in x.inputStream) {
|
||||
|
||||
Reference in New Issue
Block a user