Files
kotlin-fork/idea/testData/quickfix/autoImports/beforeLibraryTopLevelFunctionImportRuntime.kt
T
2012-06-27 17:41:21 +04:00

7 lines
80 B
Kotlin

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