Fix compiler tests
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
class A {
|
||||
fun component1() : Int = 1
|
||||
fun component2() : Int = 2
|
||||
operator fun component1() : Int = 1
|
||||
operator fun component2() : Int = 2
|
||||
}
|
||||
|
||||
fun a(aa : A?, b : Any) {
|
||||
|
||||
Reference in New Issue
Block a user