Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
inspectionsLocal
/
replaceArrayOfWithLiteral
/
intArray.kt.after
blob: d46048aae7bb6fbf7d3f0060de70bd10ed1d1ba3 [
file
] [
log
] [
blame
]
// LANGUAGE_VERSION: 1.2
annotation
class
Some
(
val nums
:
IntArray
)
@Some
(
nums
=
[
1
,
2
])
class
My