summaryrefslogtreecommitdiff
path: root/test/files/jvm/annotations.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/annotations.check')
-rw-r--r--test/files/jvm/annotations.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/jvm/annotations.check b/test/files/jvm/annotations.check
index a8dc5ecdd1..43f85ca199 100644
--- a/test/files/jvm/annotations.check
+++ b/test/files/jvm/annotations.check
@@ -1,3 +1,6 @@
+annotations.scala:7: warning: class remote in package scala is deprecated (since 2.12.0): extend java.rmi.Remote instead and add @throws[java.rmi.RemoteException] to public methods
+ def foo: Unit = ()
+ ^
class java.rmi.RemoteException
class java.io.IOException
@java.lang.Deprecated()