Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package foo
|
||||
|
||||
class A() {
|
||||
var p = "yeah"
|
||||
fun mod(other: A): A {
|
||||
operator fun mod(other: A): A {
|
||||
return A();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user