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

9 lines
111 B
Plaintext
Vendored

// "Import" "true"
package some
import kotlin.system.measureNanoTime
fun testFun() {
measureNanoTime({})
}