Make ByteArray.inputStream a method, not a property.
#KT-8360 Fixed
This commit is contained in:
@@ -27,7 +27,7 @@ class OldStdlibTest() {
|
||||
x [index] = index.toByte()
|
||||
}
|
||||
|
||||
for(b in x.inputStream) {
|
||||
for(b in x.inputStream()) {
|
||||
println(b)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user