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

8 lines
72 B
Kotlin
Vendored

// "Import" "true"
package test
fun foo() {
<caret>localStorage
}