summaryrefslogtreecommitdiff
path: root/test/files/run/t9749-repl-dot.check
blob: 5ffec4ce60fb7c410770f5f8c968fab21fd7008d (plain) (blame)
1
2
3
4
5
6
7
8
scala> "3"
res0: String = 3

scala>   .toInt
res1: Int = 3

scala> :quit