1d88960a19
Fixed commented introduce variable tests.
10 lines
136 B
Kotlin
10 lines
136 B
Kotlin
fun currentTimeMillis(): Long = 1
|
|
fun a() {
|
|
<selection>currentTimeMillis()</selection>
|
|
}
|
|
/*
|
|
currentTimeMillis
|
|
l
|
|
millis
|
|
timeMillis
|
|
*/ |