summaryrefslogblamecommitdiff
path: root/test/files/run/repl-assign.check
blob: 0181985f08035a9487f823ac0c1016e0aa1ff263 (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> x: Int = 10

scala> y: Int = 11

scala> x: Int = 12

scala> y: Int = 13

scala> 
scala>