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

9 lines
76 B
Plaintext

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