summaryrefslogblamecommitdiff
path: root/test/files/run/t4542.check
blob: a53f31a3c762031ba6f03f319c12f11140905d04 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                                           







                                                                       



                    
Type in expressions to have them evaluated.
Type :help for more information.

scala> @deprecated("foooo", "ReplTest version 1.0-FINAL") class Foo() {
  override def toString = "Bippy"
}
defined class Foo

scala> val f = new Foo
<console>:8: warning: class Foo is deprecated: foooo
       val f = new Foo
                   ^
f: Foo = Bippy

scala>