Skip to content

Error range for invalid type names shouldn't include type parameters #9705

@Gama11

Description

@Gama11
typedef Foo = Arrey<{
	/**
	 * test
	 */
	var test:Int;
}>;

If the outer type is misspelled, the entire range is colored red, which can be confusing / make it hard to spot the source of the problem:

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions