summaryrefslogtreecommitdiff
path: root/test/files/run/t0432.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0432.scala')
-rw-r--r--test/files/run/t0432.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t0432.scala b/test/files/run/t0432.scala
index 8ba9015d81..b860a0874f 100644
--- a/test/files/run/t0432.scala
+++ b/test/files/run/t0432.scala
@@ -1,3 +1,6 @@
+
+import scala.language.reflectiveCalls
+
object Test {
type valueType = { def value: this.type }