Fix compiler tests
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
public inline fun <reified T> Array(n: Int, block: (Int) -> T): Array<T> = null!!
|
||||
|
||||
class A {
|
||||
fun component1() = 42
|
||||
fun component2() = 42
|
||||
operator fun component1() = 42
|
||||
operator fun component2() = 42
|
||||
}
|
||||
|
||||
fun foo(a: A, c: Int) {
|
||||
|
||||
Reference in New Issue
Block a user