034623f82a
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.
8 lines
75 B
Kotlin
Vendored
8 lines
75 B
Kotlin
Vendored
// "Import" "true"
|
|
// JS
|
|
package some
|
|
|
|
fun testFun() {
|
|
<caret>cos(0.0)
|
|
}
|