summaryrefslogblamecommitdiff
path: root/test/files/neg/t7783.check
blob: 18dc84a8dbe504ec2c7d88dd8a1c1a3bee5fd3ed (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                  

                                                                           
                                                                   

              
                                                                   

                    
                                                                   

                   
                                                                   

                                 


                                                          
t7783.scala:1: warning: type D in object O is deprecated (since ):
object O { class C; @deprecated("", "") type D = C; def foo: Seq[D] = Nil }
                                                             ^
t7783.scala:11: warning: type D in object O is deprecated (since ):
  type T = O.D
             ^
t7783.scala:12: warning: type D in object O is deprecated (since ):
  locally(null: O.D)
                  ^
t7783.scala:13: warning: type D in object O is deprecated (since ):
  val x: O.D = null
           ^
t7783.scala:14: warning: type D in object O is deprecated (since ):
  locally(null.asInstanceOf[O.D])
                              ^
error: No warnings can be incurred under -Xfatal-warnings.
5 warnings found
one error found