aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t911.scala
blob: cfa4f49dc1cdb323d765f27853aee934366fda2a (plain) (blame)
1
2
3
4
5
6
object Test {
  def foo: Any = {
    case class Foo() {}
    Foo;
  }
}