aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t1147.scala
blob: ff2e8bc5276df29e524f21644ea0d42c0986f67a (plain) (tree)
1
2
3
4
5
6
                        
                                  



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