Fix compiler tests
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@
|
||||
package d
|
||||
|
||||
class A {
|
||||
fun component1() = 1
|
||||
fun component2() = 2
|
||||
fun component3() = 3
|
||||
operator fun component1() = 1
|
||||
operator fun component2() = 2
|
||||
operator fun component3() = 3
|
||||
}
|
||||
|
||||
fun foo(list: List<A>) {
|
||||
|
||||
Reference in New Issue
Block a user