summaryrefslogblamecommitdiff
path: root/test/files/pos/t911.scala
blob: 224b14cda33a2ec9ef5fcc1fb36c5d7481bbf3eb (plain) (tree)
1
2
3
4
5
6





                   
object Test {
def foo : Any = {
  case class Foo {}
  Foo;
}
}