summaryrefslogtreecommitdiff
path: root/test/files/pos/t2405.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2405.scala')
-rw-r--r--test/files/pos/t2405.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t2405.scala b/test/files/pos/t2405.scala
index 224b2ce83b..0bc7a771b2 100644
--- a/test/files/pos/t2405.scala
+++ b/test/files/pos/t2405.scala
@@ -6,14 +6,14 @@ object Test1 {
implicitly[Int]
}
-// Testing for the absense of shadowing #1.
+// Testing for the absence of shadowing #1.
object Test2 {
import A.{x => y}
val x = 2
implicitly[Int]
}
-// Testing for the absense of shadowing #2.
+// Testing for the absence of shadowing #2.
object Test3 {
{
import A.{x => y}