summaryrefslogtreecommitdiff
path: root/test/files/neg/t7783.check
blob: 647cfee12152b761cb9285826d68de0ca7d3db82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
t7783.scala:1: warning: type D in object O is deprecated:
object O { class C; @deprecated("", "") type D = C; def foo: Seq[D] = Nil }
                                                             ^
t7783.scala:11: warning: type D in object O is deprecated:
  type T = O.D
             ^
t7783.scala:12: warning: type D in object O is deprecated:
  locally(null: O.D)
                  ^
t7783.scala:13: warning: type D in object O is deprecated:
  val x: O.D = null
           ^
t7783.scala:14: warning: type D in object O is deprecated:
  locally(null.asInstanceOf[O.D])
                              ^
error: No warnings can be incurred under -Xfatal-warnings.
5 warnings found
one error found