summaryrefslogtreecommitdiff
path: root/test/files/run/repl-paste-3.check
blob: 23e402852fca74f51c293c3688c1c02e09003416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Type in expressions to have them evaluated.
Type :help for more information.

scala> println(3)
3

scala>   List(1,2)
res1: List[Int] = List(1, 2)

scala> :quit