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

class A {
  object B;
}

object C with A;