Files
kotlin-fork/idea/testData/completion/basic/TopLevelFromStandardLibrary.kt
T

11 lines
278 B
Kotlin

package testing
fun someFun() {
measureTime<caret>
}
// Important: This test checks that completion will find top level functions from jars.
// If you going to update it make sure that methods are not auto-imported
// RUNTIME: 1
// EXIST: measureTimeNano, measureTimeMillis