Proposals for the `compile` method not shown when content assist invoked after `(` or `,` ```groovy import static java.util.regex.Pattern.compile def regexp = /[a-z0-9]/ compile(regexp, 0) ```
Proposals for the
compilemethod not shown when content assist invoked after(or,