Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceWithArrayCallInAnnotation
/
emptyLiteral.kt
blob: 728b5a3b81e84879c08f2e846d176b062be93513 [
file
]
// "Replace with array call" "true"
// LANGUAGE_VERSION: 1.2
annotation
class
Some
(
vararg val strings
:
String
)
@Some
(
strings
=
*<
caret
>[])
class
My