Skip to content

Commit 0e09e48

Browse files
committed
Moving java tests to pos
1 parent f8483b4 commit 0e09e48

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+5
-0
lines changed

tests/new/t296.scala

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

0 commit comments

Comments
 (0)