Files
2023-09-11 15:47:47 +00:00

4 lines
67 B
Plaintext
Vendored

class Foo(vararg ints: kotlin.Int) {
val ints: kotlin.IntArray
}