8 lines
72 B
Kotlin
8 lines
72 B
Kotlin
// "Import" "true"
|
|
|
|
package test
|
|
|
|
fun foo() {
|
|
<caret>localStorage
|
|
}
|