Skip to content

variable declaration and assignment #397

@Kelvin-Lee

Description

@Kelvin-Lee

lsif-java version: 0.7.2

Type of code: assignment operator

Expected behavior: After defining a variable, assignment of a value afterwards should have precise code intelligence referencing the variable definition

Actual behavior: After defining a variable, assignment of a value afterwards does not have precise code intelligence referencing the variable definition

var blah = Set("abc")
blah = Set.empty[String]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions