47448d779c
also add script scopes test
7 lines
256 B
Kotlin
Vendored
7 lines
256 B
Kotlin
Vendored
val (a, b, c) = <!COMPONENT_FUNCTION_MISSING, COMPONENT_FUNCTION_MISSING, COMPONENT_FUNCTION_MISSING, NO_VALUE_FOR_PARAMETER!>A()<!>
|
|
|
|
class A(val a: Int) {
|
|
operator fun component1() {}
|
|
operator fun component2() {}
|
|
operator fun component3() {}
|
|
} |