summaryrefslogtreecommitdiff
path: root/test/files/run/t6113.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6113.scala')
-rw-r--r--test/files/run/t6113.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/run/t6113.scala b/test/files/run/t6113.scala
index 321cae86a3..b77a56029a 100644
--- a/test/files/run/t6113.scala
+++ b/test/files/run/t6113.scala
@@ -1,6 +1,8 @@
+import scala.language.higherKinds
+
trait Foo[C[_]]
object Test extends App {
import scala.reflect.runtime.universe._
println(typeOf[Foo[({type l[X] = (Int, X)})#l]])
-} \ No newline at end of file
+}