Skip to content

REPL could show snips only #9551

@scabug

Description

@scabug

REPL could auto-snip when the comment says // snip to show the result of interest.

scala> for (s <- List("ab","abc") ; X(i) = s if i > 2) yield i // show
[snip]
      val res0 = List("ab", "abc").map(((s) => { ....

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions