Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun Int.foo(o: String, k: String = "K") = o + k
|
||||
infix fun Int.foo(o: String, k: String = "K") = o + k
|
||||
|
||||
fun box() = 42 foo "O"
|
||||
|
||||
Reference in New Issue
Block a user