aboutsummaryrefslogblamecommitdiff
path: root/tests/neg/i871.scala
blob: c85995582c97e6c74c42e548bb66c442fbb061cc (plain) (tree)
1
2
3
4
5
               

                                                 

     
trait Message {
  def first(x: Int) // error: missing return type
  def second // error: missing return type
    1
}