KT-11890 Completion for callable references does not propose static Java members

#KT-11890 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-04-18 19:02:33 +03:00
parent f3bb3e9c6e
commit 6bdf3622ed
4 changed files with 20 additions and 0 deletions
@@ -0,0 +1,6 @@
fun main(args: Array<String>) {
val f = JavaCallableReference::<caret>
}
// INVOCATION_COUNT: 1
// EXIST: foo