d38ceb50b6
#KT-7090 Fixed
12 lines
137 B
Plaintext
Vendored
12 lines
137 B
Plaintext
Vendored
class C {
|
|
fun foo() {
|
|
val v = D::memberFun<caret>
|
|
}
|
|
}
|
|
|
|
class D {
|
|
fun memberFun(s: String){}
|
|
}
|
|
|
|
// ELEMENT: memberFun
|