Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Create member function 'set'" "true"
|
||||
class A {
|
||||
fun get(s: String): Int = 1
|
||||
operator fun get(s: String): Int = 1
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user