Drop obsolete annotations syntax
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
open class IList<out T> : IIterable<T>, ISized {
|
||||
[operator] fun get(index : Int) : T
|
||||
@[operator] fun get(index : Int) : T
|
||||
val isEmpty : Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user