aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/not-testable/t5604b/Test_2.scala
blob: f7c58ebe8391b58138e0b50daa1a2fd47f453c3d (plain) (blame)
1
2
3
4
5
6
7
// sandbox/t5604/Test.scala
package t6504

object Test {
  def blerg1(a: Any): Any = if (foo) blerg1(0)
  def blerg2(a: Any): Any = if (t6504.foo) blerg2(0)
}