6 lines
117 B
Kotlin
Vendored
6 lines
117 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
annotation class A(vararg val xs: ULong)
|
|
|
|
@A(1234u, 18446744073709551615u)
|
|
fun fo<caret>o(): Int = 42 |