Files
kotlin-fork/idea/testData/completion/basic/common/StandardJetDoubleFirst.kt
T
2014-12-18 15:47:59 +03:00

9 lines
267 B
Kotlin

fun some(a: Double<caret>) {
}
// INVOCATION_COUNT: 2
// WITH_ORDER: true
// EXIST: { lookupString:"Double", tailText:" (kotlin)" }
// EXIST_JAVA_ONLY: { lookupString:"Double", tailText:" (java.lang)" }
// EXIST: { lookupString:"DoubleArray", tailText:" (kotlin)" }