summaryrefslogtreecommitdiff
path: root/test/pending/run/bug405.scala
blob: a1e386449662e94eb9d2c5bc2cad09445c4abb19 (plain) (blame)
1
2
3
4
5
object Test extends Application {
  val x = M;
  object M;
  assert(x eq M)
}