8 lines
112 B
Kotlin
8 lines
112 B
Kotlin
// "Import Class" "true"
|
|
package some
|
|
|
|
import kotlin.util.measureTimeNano
|
|
|
|
fun testFun() {
|
|
measureTimeNano()
|
|
} |