separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
open class IMutableSet<T> : ISet<T>, IMutableIterable<T> {
|
||||
fun add(item : T) : Boolean
|
||||
fun remove(item : T) : Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user