6 lines
83 B
Kotlin
6 lines
83 B
Kotlin
// "Import Class" "true"
|
|
package some
|
|
|
|
fun testFun() {
|
|
<caret>measureTimeNano()
|
|
} |