IDEA-138071 Completion shouldn't show private symbols from compiled code

This commit is contained in:
peter
2015-03-24 16:32:25 +01:00
parent d660ad71fb
commit 409070a176
4 changed files with 25 additions and 5 deletions
@@ -0,0 +1,7 @@
public class Foo {
void foo() {
registerNat<caret>
}
}