New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
8bd49c147c
commit
7adba40ea2
@@ -4,6 +4,8 @@ import java.io.IOException
|
||||
class C {
|
||||
@Throws(IOException::class)
|
||||
internal fun foo() {
|
||||
ByteArrayInputStream(ByteArray(10)).use { stream -> println(stream.read()) }
|
||||
ByteArrayInputStream(ByteArray(10)).use { stream ->
|
||||
println(stream.read())
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user