Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class LongR {
|
||||
fun contains(l : Long): Boolean = l == 5.toLong()
|
||||
operator fun contains(l : Long): Boolean = l == 5.toLong()
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user