Skip to content

Using identifiers starting with "res" in the REPL can lead to issues #3536

Closed
@smarter

Description

@smarter

For example:

scala> val res0 = 1 
val res0: Int = 1
scala> res0 
1 |res0
  |^^^^
  |recursive value res0 needs type

Similar issues exist in the Scala 2.12.4 REPL and in Ammonite so there's probably no easy solution here :).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions