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