Consider the following: ```groovy void meth() {} meth().| ``` Content assist (Ctrl+Space) at `|` is showing a bunch of proposals. None should be available for `void` type.
Consider the following:
Content assist (Ctrl+Space) at
|is showing a bunch of proposals. None should be available forvoidtype.