summaryrefslogtreecommitdiff
path: root/test/files/run/t7805-repl-i.check
blob: 977de0b04788741289281c43b95986ec34ca3625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Loading t7805-repl-i.script...
import util._

Welcome to Scala!
version
Type in expressions for evaluation. Or try :help.

scala> Console println Try(8)
Success(8)

scala> :quit