Files
kotlin-fork/idea/idea-completion/testData/basic/java/TopLevelFromStandardLibrary.kt
T
2016-02-09 02:58:07 +03:00

10 lines
260 B
Kotlin
Vendored

package testing
fun someFun() {
measure<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
// EXIST: measureNanoTime, measureTimeMillis