Skip to content

Fix syntax coloring for fully-qualified static method call expression #930

@eric-milles

Description

@eric-milles

Consider the following:

def pat = java.util.regex.Pattern.compile("abc")

Syntax coloring should be "default" for java.util.regex. and "class" for Pattern and "static method call" for compile.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions