aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t294/Test_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t294/Test_1.scala')
-rw-r--r--tests/untried/pos/t294/Test_1.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/untried/pos/t294/Test_1.scala b/tests/untried/pos/t294/Test_1.scala
deleted file mode 100644
index ff1f34b10..000000000
--- a/tests/untried/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
-}