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

7 lines
80 B
Kotlin
Vendored

// "Import" "true"
package some
fun testFun() {
<caret>measureTimeNano({})
}