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

11 lines
108 B
Plaintext
Vendored

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