Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Mocha() {
|
||||
fun invoke(x: Int, y: String, f: (Int) -> String) {
|
||||
operator fun invoke(x: Int, y: String, f: (Int) -> String) {
|
||||
}
|
||||
}
|
||||
fun main() {
|
||||
|
||||
Reference in New Issue
Block a user