Skip to content

Missing field completion in nested with closure #803

@mauromol

Description

@mauromol

Consider this:

package test48

class Test48 {
	String foobar
	
	void doSomething() {
		new Object().with {
			new Object().with { 
				foo|
			}
		}
	}
}

Invoke code assist at "|": foobar is not proposed. Please note it is if you are outside the inner with closure body.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions