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