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

8 lines
205 B
Kotlin
Vendored

class Wrapper<T>(val value: T)
fun test() {
listOf<String>().map(::Wrap<caret>)
}
// EXIST: { lookupString: "Wrapper", itemText: "Wrapper", tailText: "(value: T)", attributes: "" }
// NOTHING_ELSE