Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -7,7 +7,7 @@ class MyRange1() : Range<Int> {
|
||||
}
|
||||
|
||||
class MyRange2() {
|
||||
fun contains(item: Int) = true
|
||||
operator fun contains(item: Int) = true
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user