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

10 lines
106 B
Kotlin

// "Import" "true"
package test
import kotlin.js.dom.html5.localStorage
fun foo() {
localStorage
}