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,3 @@
public final class JavaCallableReference {
public static void foo(){}
}