Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class A {
|
||||
fun component1() = 1
|
||||
fun component2() = 2
|
||||
|
||||
operator fun component1() = 1
|
||||
operator fun component2() = 2
|
||||
}
|
||||
|
||||
fun A.getA() = this
|
||||
|
||||
Reference in New Issue
Block a user