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

12 lines
214 B
Kotlin

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