aboutsummaryrefslogblamecommitdiff
path: root/tests/run/t405.scala
blob: a78203e3da6c4f868b95fe73f6fbf4ce525a9e8e (plain) (tree)
1
2
3
4
5




                                             
object Test extends dotty.runtime.LegacyApp {
  val x = M;
  object M;
  assert(x eq M)
}