c686184847
#KT-1860 Fixed
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
annotation class test {}
|
|
|
|
fun foo(test <!UNUSED_PARAMETER!>f<!> : Int) {}
|
|
|
|
var bar : Int = 1
|
|
set(test v) {}
|
|
|
|
val x : (Int) -> Int = {([test] x : Int) -> x}
|
|
|
|
class Hello(test args: Any) {
|
|
} |