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

5 lines
71 B
Kotlin
Vendored

// DO_NOT_CHECK_SYMBOL_RESTORE_K1
class Foo(vararg val ints: Int) {
}