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

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

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

scala> :quit