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



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