Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class A
|
||||
|
||||
fun A.plus(i: A, ok: String = "OK") = ok
|
||||
operator fun A.plus(i: A, ok: String = "OK") = ok
|
||||
|
||||
fun box() = A() + A()
|
||||
|
||||
Reference in New Issue
Block a user