aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-02-16 13:07:27 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-02-20 09:54:35 +0100
commit2b30b026a9778c26c6ef4de2ea6a2942b7705491 (patch)
tree161e47a3bcb4256e0f4b29909c5600f3e7fff67e /sbt-bridge
parent6df672c7e7be65d7be1cd6524c610aed4f35178c (diff)
downloaddotty-2b30b026a9778c26c6ef4de2ea6a2942b7705491.tar.gz
dotty-2b30b026a9778c26c6ef4de2ea6a2942b7705491.tar.bz2
dotty-2b30b026a9778c26c6ef4de2ea6a2942b7705491.zip
Remove unused flags
Diffstat (limited to 'sbt-bridge')
-rw-r--r--sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala b/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala
index db037effe..409729023 100644
--- a/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala
+++ b/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala
@@ -22,6 +22,7 @@ import ScalaCompilerForUnitTesting.ExtractedSourceDependencies
* source code using Scala compiler.
*/
class ScalaCompilerForUnitTesting(nameHashing: Boolean = false) {
+ import scala.language.reflectiveCalls
/**
* Compiles given source code using Scala compiler and returns API representation