blob: ee22890366d89916959d82f95e303a9b308f66c2 [file] [log] [blame]
// "Replace array of boxed with array of primitive" "true"
annotation class SuperAnnotation(
val l: <caret>Array<Long>,
val str: Array<String>
)