3d8d92c7d3
- test data files renamed from *.jet to *.kt
9 lines
284 B
Kotlin
9 lines
284 B
Kotlin
fun foo(<!UNRESOLVED_REFERENCE!>varargs<!> <!UNUSED_PARAMETER!>f<!> : Int) {}
|
|
|
|
var bar : Int = 1
|
|
set(<!UNRESOLVED_REFERENCE!>varargs<!> v) {}
|
|
|
|
val x : (Int) -> Int = {([<!UNRESOLVED_REFERENCE!>varargs<!>] x : Int) -> x}
|
|
|
|
class Hello(<!UNRESOLVED_REFERENCE!>varargs<!> args: Any) {
|
|
} |