11 lines
108 B
Plaintext
Vendored
11 lines
108 B
Plaintext
Vendored
// "Import" "true"
|
|
// JS
|
|
|
|
package test
|
|
|
|
import kotlinx.browser.localStorage
|
|
|
|
fun foo() {
|
|
localStorage
|
|
}
|