[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class A {
|
||||
operator fun A.minus(o: A) = o
|
||||
|
||||
operator fun A.add(o: A) = o
|
||||
operator fun A.get(o: A) = o
|
||||
operator fun A.invokee() {}
|
||||
}
|
||||
|
||||
operator fun A.plus(o: A) = o
|
||||
operator fun A.component1() = 1
|
||||
operator fun A.componentN() = 1
|
||||
Reference in New Issue
Block a user