Files
kotlin-fork/idea/testData/completion/basic/common/ExtensionFunReceiver.kt
T
2013-04-11 20:00:29 +04:00

12 lines
202 B
Kotlin

fun testing() {}
fun S<caret>
// Should complete types for receiver after explicit basic completion call
// TIME: 1
// EXIST: String
// EXIST_JAVA_ONLY: StringBuffer
// EXIST: Set
// ABSENT: testing