Fix top level import quick fix test for JS

There's no longer any JS-only top level function that is not imported
by default, so I used a common non-imported top level function.
This commit is contained in:
Ilya Gorbunov
2020-06-23 04:17:14 +03:00
parent 448e0ceae1
commit 034623f82a
2 changed files with 3 additions and 3 deletions
@@ -3,5 +3,5 @@
package some
fun testFun() {
<caret>jq()
<caret>cos(0.0)
}