Changed extension in parsing test data (jet -> kt)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
open class IMutableList<T> : IList<T>, IMutableIterable<T> {
|
||||
fun set(index : Int, value : T) : T
|
||||
fun add(index : Int, value : T)
|
||||
fun remove(index : Int) : T
|
||||
fun mutableIterator() : IMutableIterator<T>
|
||||
}
|
||||
Reference in New Issue
Block a user