summaryrefslogtreecommitdiff
path: root/test/pending/pos/t294/Test_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t294/Test_1.scala')
-rw-r--r--test/pending/pos/t294/Test_1.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/pos/t294/Test_1.scala b/test/pending/pos/t294/Test_1.scala
deleted file mode 100644
index ff1f34b10e..0000000000
--- a/test/pending/pos/t294/Test_1.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-// also test pickling of java annotations; Test_2.scala will
-// read this class file
-@Ann(nested = Array(new Ann2(10))) class Test {
- @Ann2(100) var ctx: Object = _
- @Ann(nested = Array()) def foo = 10
- @Ann(nested = Array(new Ann2(10), new Ann2(23))) val bam = -3
-}