aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5224.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5224.check')
-rw-r--r--tests/pending/run/t5224.check14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/pending/run/t5224.check b/tests/pending/run/t5224.check
deleted file mode 100644
index b11480acd..000000000
--- a/tests/pending/run/t5224.check
+++ /dev/null
@@ -1,14 +0,0 @@
-t5224.scala:3: warning: Implementation restriction: subclassing Classfile does not
-make your annotation visible at runtime. If that is what
-you want, you must write the annotation class in Java.
-class Foo(bar: String) extends annotation.ClassfileAnnotation
- ^
-{
- @new Foo(bar = "qwe") class C extends AnyRef {
- def <init>() = {
- super.<init>();
- ()
- }
- };
- ()
-}