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