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

6 lines
83 B
Kotlin

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