summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scala/operators.scala
blob: 632ecfc448cf81e362b7703bc11b10df45d61652 (plain)
1
2
3
4
5
6
7
1 :: 2 :: Nil
a ++ b
a :+ b
a +: b
a :++ b
a ++: b
a + b