added support for java.io.Closeable as a standard interface
This commit is contained in:
@@ -2,3 +2,8 @@ package java.io
|
||||
|
||||
library
|
||||
public class IOException(message: String = "") : Exception() {}
|
||||
|
||||
library
|
||||
public trait Closeable {
|
||||
public open fun close() : Unit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user