Drop obsolete annotations syntax
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@ fun Int.matchMask(mask : Int) = this and mask == mask
|
||||
|
||||
open class INumber : IComparable<This> {
|
||||
val bits : Int
|
||||
[operator] fun plus(other : This) : This
|
||||
[operator] fun shl(bits : Int) : This
|
||||
@operator fun plus(other : This) : This
|
||||
@operator fun shl(bits : Int) : This
|
||||
// ...
|
||||
}
|
||||
Reference in New Issue
Block a user