Files
kotlin-fork/idea/idea-completion/testData/smart/callableReference/EmptyQualifier3.kt
T
2015-10-03 10:40:50 +03:00

10 lines
90 B
Kotlin
Vendored

class C(i: Int){}
fun foo(p: (Int) -> C){}
fun bar(){
foo(::<caret>)
}
// EXIST: C