Skip to content

SemanticDB occurrence for default contructor should be zero length #9727

Closed
@tgodzik

Description

@tgodzik

Minimized code

class Test(a: Int)
val a = new Test(1)
val b = new Test(2)

Output

SemanticDB occurence:

[1:10..1:18): <- classes/C7#`<init>`().

Expectation

SemanticDB occurence:

[1:10..1:10): <- classes/C7#`<init>`().

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions