summaryrefslogblamecommitdiff
path: root/test/files/run/repl-paste-3.check
blob: 2b4c941c333b65218992fd4a637550a663cf0aab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













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

scala> 

scala> println(3)
3

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

scala> 

scala>