7 lines
65 B
Kotlin
7 lines
65 B
Kotlin
// "Import" "true"
|
|
package some
|
|
|
|
fun testFun() {
|
|
<caret>jq()
|
|
}
|