summaryrefslogtreecommitdiff
path: root/test/files/run/t405.scala
blob: e736fc1e571ad2b07388ad4157d866c156371543 (plain) (blame)
1
2
3
4
5
object Test extends App {
  val x = M;
  object M;
  assert(x eq M)
}