java completion: suggest primitive types in method returning array

This commit is contained in:
peter
2017-07-19 17:01:28 +02:00
parent d5ef18bb91
commit 1e79df00e5
4 changed files with 34 additions and 21 deletions
@@ -0,0 +1,8 @@
class MyTest {
<caret>[] foo() {
}
}