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





                          
class App(arg: String) {
  @deprecated def this() {
    this("foo")
  }
}