summaryrefslogtreecommitdiff
path: root/test/files/neg/t7783.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t7783.check')
-rw-r--r--test/files/neg/t7783.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/neg/t7783.check b/test/files/neg/t7783.check
index 647cfee121..18dc84a8db 100644
--- a/test/files/neg/t7783.check
+++ b/test/files/neg/t7783.check
@@ -1,16 +1,16 @@
-t7783.scala:1: warning: type D in object O is deprecated:
+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:
+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:
+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:
+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:
+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.