summaryrefslogtreecommitdiff
path: root/test/files/pos/t9393/test_2.scala
blob: 8ea346129d828de7b537166ad8d4660674e6623b (plain) (blame)
1
2
3
4
class C {
  new bug.NamedImpl_1 // separate compilation, testing the classfile parser
  new bug.NamedImpl_2 // mixed compilation, testing the java source parser
}