Consider the following: ```groovy class Foo { void setBar(String value) {} } new Foo().| ``` Content assist at `|` includes proposal `bar : void - Foo` but the type should be String.
Consider the following:
Content assist at
|includes proposalbar : void - Foobut the type should be String.