summaryrefslogtreecommitdiff
path: root/test/files/neg/t7605-deprecation.scala
blob: 4a7dcd26d604e873bc64cf78f90f8efb7bed847b (plain) (blame)
1
2
3
4
5
abstract class Foo {
  def this(i: Int) { this() }
  def bar {}
  def baz
}