3 lines
163 B
Plaintext
Vendored
3 lines
163 B
Plaintext
Vendored
// ERROR: The feature "array literals in annotations" is only available since language version 1.2
|
|
|
|
annotation class Some(val strings: Array<String> = ["default"]) |