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