summaryrefslogtreecommitdiff
path: root/test/files/run/t7805-repl-i.check
blob: 70f024605caa505444d5d2e5d0da30129760d8a9 (plain) (blame)
1
2
3
4
5
6
7
Welcome to Scala
Type in expressions for evaluation. Or try :help.

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

scala> :quit