File: t7783.check

package info (click to toggle)
scala 2.11.12-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 62,924 kB
  • sloc: javascript: 28,808; java: 13,415; xml: 3,135; sh: 1,620; python: 756; makefile: 38; awk: 36; ansic: 6
file content (18 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (4)
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