summaryrefslogblamecommitdiff
path: root/test/files/run/t7805-repl-i.check
blob: eecfff079a9b1dba99c4da7316cddc566708eb93 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                           
Loading t7805-repl-i.script...
import util._

Welcome to Scala
Type in expressions to have them evaluated.
Type :help for more information.

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

scala>