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