Files
kotlin-fork/idea/testData/quickfix/obsoleteKotlinJsPackages/kotlinBrowserStarImport.kt.after
T
Roman Golyshev 75de352ce2 KT-39869 Add ObsoleteKotlinJsPackagesInspection inspection
- This inspection allows to migrate from `kotlin.dom|kotlin.browser`
to `kotlinx.dom|kotlinx.browser` packages respectively
- This inspection is available from the import statements, and also
from the `Run migrations` action
- ^KT-39869 Fixed
2020-07-06 18:04:00 +00:00

8 lines
113 B
Plaintext
Vendored

// "Fix 'kotlin.browser' package usage" "true"
// JS
package test
import kotlinx.browser.*
import kotlin.dom.*