summaryrefslogtreecommitdiff
path: root/test/disabled/run/t2946/Test.scala
blob: e9d9896a0e1383581cb24768ac97eee9b351a730 (plain) (blame)
1
2
3
4
5
6
7
class Test extends Parser with ResponseCommon

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