Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Add name to argument: 'b = 42'" "true"
|
||||
fun String.invoke(a: Int, b: Int) {}
|
||||
operator fun String.invoke(a: Int, b: Int) {}
|
||||
|
||||
fun g() {
|
||||
""(a = 1, <caret>42)
|
||||
|
||||
Reference in New Issue
Block a user