summaryrefslogtreecommitdiff
path: root/test/files/run/t6086-repl.check
blob: f868aa18d03538020368100c2bf93a2c2bf65511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Type in expressions to have them evaluated.
Type :help for more information.

scala> 

scala> case class X(s: String)
defined class X

scala> scala.reflect.runtime.universe.typeOf[X]
res0: reflect.runtime.universe.Type = X

scala>