Files
kotlin-fork/idea/testData/quickfix/autoImports/conflictWithLocalIdentifier.kt
T

7 lines
88 B
Kotlin
Vendored

// "Import" "true"
// DISABLE-ERRORS
fun test() {
val java = 42
Arrays<caret>
}