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

scala> val 1 = 2
scala.MatchError: 2 (of class java.lang.Integer)

scala> val List(1) = List(1)

scala> :quit