summaryrefslogtreecommitdiff
path: root/test/osgi/src/BasicReflection.scala
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2014-02-06 08:58:34 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2014-02-06 08:58:34 +0100
commite8cca3c275f902f7b5db7771385cfe8d2234356c (patch)
treef6a44b92aca524a6ae72eecec3bea2c316d127e8 /test/osgi/src/BasicReflection.scala
parent431ae49c3ebab1979f914e060cc5740f667bc482 (diff)
downloadscala-e8cca3c275f902f7b5db7771385cfe8d2234356c.tar.gz
scala-e8cca3c275f902f7b5db7771385cfe8d2234356c.tar.bz2
scala-e8cca3c275f902f7b5db7771385cfe8d2234356c.zip
Fix feature warnings in test.osgi.comp
Reduces the amount of noise from 22 lines down to the actually interesting 5 lines of information.
Diffstat (limited to 'test/osgi/src/BasicReflection.scala')
-rw-r--r--test/osgi/src/BasicReflection.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/osgi/src/BasicReflection.scala b/test/osgi/src/BasicReflection.scala
index 68fedb7c83..d601f04f89 100644
--- a/test/osgi/src/BasicReflection.scala
+++ b/test/osgi/src/BasicReflection.scala
@@ -2,6 +2,8 @@ package tools.test.osgi
package reflection
package basic
+import scala.language.higherKinds
+
import org.junit.Assert._
import org.ops4j.pax.exam.CoreOptions._