Skip to content

Missing code assist in static method calling another static method #946

@mauromol

Description

@mauromol

Consider this:

package test56

class Test56 {
	static Date foo(String foo) {
		new Date()
	}
	
	static Date bar(String bar) {
		foo(bar).|
	}
}

Invoke code assist at "|", or otherwise add "cl" and then invoke code assist: no suggestion is given at all.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions