summaryrefslogtreecommitdiff
path: root/test/files/pos/bug289.scala
blob: 2fb91510d2016ad6e70202fff65f38676ab3f510 (plain) (blame)
1
2
3
4
5
6
7
// $Id$

class A {
  object B;
}

object C extends A;