Minor. Fix testdata.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import java.io.Closeable
|
||||
|
||||
import java.io.Closeable
|
||||
|
||||
import java.io.Closeable
|
||||
|
||||
class MyException(message: String) : Exception(message)
|
||||
|
||||
class Holder(var value: String) {
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
import java.io.Closeable
|
||||
|
||||
import java.io.Closeable
|
||||
|
||||
import java.io.Closeable
|
||||
import kotlin.test.assertTrue
|
||||
import kotlin.test.fail
|
||||
|
||||
Reference in New Issue
Block a user