Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
obsoleteKotlinJsPackages
/
kotlinBrowserFullyQualifiedProperty.kt
blob: a79c822736ba48a4db8b43e60e0eae4d0848b5e7 [
file
] [
log
] [
blame
]
// "Fix 'kotlin.browser' package usage" "true"
// JS
package
test
fun
use
(
a
:
Any
)
{}
fun usage
()
{
use
(
kotlin
.<
caret
>
browser
.
localStorage
.
toString
())
}