summaryrefslogtreecommitdiff
path: root/test/files/run/t2946/MyResponseCommon_2.scala
blob: 4f8f924f2cae9a524236f6876e047c6fbc281b99 (plain) (blame)
1
2
3
4
5
6
7
class MyResponseCommon extends Parser with ResponseCommon

object Test {
  def main(args: Array[String]) {
    new MyResponseCommon
  }
}