aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2591.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t2591.scala')
-rw-r--r--tests/pos/t2591.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pos/t2591.scala b/tests/pos/t2591.scala
index 47ae551bf..59f7a02cc 100644
--- a/tests/pos/t2591.scala
+++ b/tests/pos/t2591.scala
@@ -7,9 +7,9 @@ object Implicits {
}
object Test {
- // should cause imp to be in scope so that the next expression type checks
- // `import Implicits._` works
- import Implicits.imp
+ // should cause imp to be in scope so that the next expression type checks
+ // `import Implicits._` works
+ import Implicits.imp
(new A) : Int
}