Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
inspectionsLocal
/
replaceArrayOfWithLiteral
/
noAnnotation.kt
blob: 47202eef89107acf38ece463fbf537d2082b0761 [
file
] [
log
] [
blame
]
// LANGUAGE_VERSION: 1.2
// PROBLEM: none
fun foo
()
{
val x
=
<caret>
arrayOf
(
"1"
)
}