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

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

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

scala> :quit