Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
inspectionsLocal
/
replaceArrayOfWithLiteral
/
empty.kt.after
blob: aa57dcfce10f8f73f35414e691330f689ab35392 [
file
] [
log
] [
blame
]
// LANGUAGE_VERSION: 1.2
annotation
class
Some
(
val strings
:
Array
<
String
>)
@Some
(
strings
=
[])
class
My