Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun String.execute(p: String) = this + p
|
||||
infix fun String.execute(p: String) = this + p
|
||||
|
||||
fun box(){
|
||||
test() execute
|
||||
|
||||
Reference in New Issue
Block a user