4 lines
135 B
Plaintext
Vendored
4 lines
135 B
Plaintext
Vendored
@Target(allowedTargets = NOT_CONST_EXPRESSION) annotation class base
|
|
fun foo1(vararg ints: Int)
|
|
fun foo2(@base vararg ints: @base Int)
|