Skip to content

Commit 5539600

Browse files
committed
Move test to pending
1 parent 19eb2a8 commit 5539600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/t2405.scala renamed to tests/pending/pos/t2405.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Test1 {
99
// Testing for the absense of shadowing #1.
1010
object Test2 {
1111
import A.{x => y}
12-
val x = 2
12+
//val x = 2
1313
implicitly[Int]
1414
}
1515

0 commit comments

Comments
 (0)