Files
kotlin-fork/idea/testData/quickfix/autoImports/libraryTopLevelFunctionImportRuntime.kt
T
2016-01-27 19:05:19 +03:00

7 lines
80 B
Kotlin
Vendored

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