Skip to content

Fix type inferencing, syntax highlighting and code completion for more DGMs #1002

@eric-milles

Description

@eric-milles

Consider the following:

1.minus(0)

assert new StringBuilder().size() == 0

['abc', 'def', 'ghi', 'xyz'].stream().toList()

"minus" should be from NumberNumberMinus. "size" should be from v5 PluginDefaultGroovyMethods. "toList" should be from v8 PluginDefaultGroovyMethods.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions