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

9 lines
76 B
Kotlin

// "Import" "true"
package some
import jquery.jq
fun testFun() {
jq()
}