summaryrefslogtreecommitdiff
path: root/test/files/run/deprecate-early-type-defs.check
blob: 1ee01df13e4b30d782dbabe5bfd34574c4b931d1 (plain) (blame)
1
2
3
deprecate-early-type-defs.scala:1: warning: early type members are deprecated. Move them to the regular body: the semantics are the same.
object Test extends { type T = Int } with App
                           ^