summaryrefslogtreecommitdiff
path: root/test/files/run/t6086-vanilla.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6086-vanilla.scala')
-rw-r--r--test/files/run/t6086-vanilla.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/t6086-vanilla.scala b/test/files/run/t6086-vanilla.scala
new file mode 100644
index 0000000000..b4de581ad5
--- /dev/null
+++ b/test/files/run/t6086-vanilla.scala
@@ -0,0 +1,6 @@
+case class X(s: String)
+
+object Test extends App {
+ import scala.reflect.runtime.universe._
+ println(typeOf[X])
+} \ No newline at end of file