Files
kotlin-fork/idea/testData/quickfix/autoImports/libraryPropertyJsRuntime.kt.after
T
2015-05-14 09:16:56 +03:00

10 lines
101 B
Plaintext
Vendored

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