aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/t7605-deprecation.scala
blob: 214f32437f030c104d041bb761718b3c882ef2c9 (plain) (tree)
1
2
3
4
5
6
7
8




                                     
                                                       

                                                     
abstract class Foo {
  def bar: Unit = {}
  def baz
  def boo(i: Int, l: Long)
  def boz(i: Int, l: Long): Unit = {}
  def this(i: Int) = { this() } // Don't complain here!
  def foz: Unit               // Don't complain here!
}