-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
scala/scala3
#22915Labels
Scala 3Generic ticket relating to Scala 3Generic ticket relating to Scala 3bugSomething that is making a piece of functionality unusableSomething that is making a piece of functionality unusablecode actionRelated to LSP code actionsRelated to LSP code actionspresentation-compilerSomething relating to the presentation compilerSomething relating to the presentation compilerspree
Milestone
Description
Describe the bug
Inlining newValue
in the following code:
def foo =
val newValue =
val x = true
x
val xx = newValue // inline this value
Results in:
def foo =
val xx = val x = true
x
Expected behavior
def foo =
val xx =
val x = true
x
Operating system
macOS
Editor/Extension
VS Code
Version of Metals
v1.4.2
Extra context or search terms
inline value
Metadata
Metadata
Assignees
Labels
Scala 3Generic ticket relating to Scala 3Generic ticket relating to Scala 3bugSomething that is making a piece of functionality unusableSomething that is making a piece of functionality unusablecode actionRelated to LSP code actionsRelated to LSP code actionspresentation-compilerSomething relating to the presentation compilerSomething relating to the presentation compilerspree