Skip to content

Commit 63c582b

Browse files
committed
Test re-org.
Moved some working test to pos. I wonder why they were in pending? They did work for me.
1 parent 73d0083 commit 63c582b

File tree

6 files changed

+3
-23
lines changed

6 files changed

+3
-23
lines changed

tests/new/t296.scala

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

tests/pos/t296.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
object Bug {
2-
def foo (l: => String) : String = 12 match { case _ => l}
2+
def foo (l: => String, l1: => String) : String = 12 match {
3+
case 12 => l1
4+
case _ => l}
35
}

tests/untried/pos/t2610.scala

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)