JS: add tests for quickfix: autoimport for Kotlin/Javascript projects
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Import" "true"
|
||||
package some
|
||||
|
||||
import jquery.jq
|
||||
|
||||
fun testFun() {
|
||||
jq()
|
||||
}
|
||||
Reference in New Issue
Block a user