summaryrefslogtreecommitdiff
path: root/test/files/pos/t1782/Test_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1782/Test_1.scala')
-rw-r--r--test/files/pos/t1782/Test_1.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/pos/t1782/Test_1.scala b/test/files/pos/t1782/Test_1.scala
index de4f0e9886..021dfc6d53 100644
--- a/test/files/pos/t1782/Test_1.scala
+++ b/test/files/pos/t1782/Test_1.scala
@@ -6,5 +6,6 @@ trait Service {
class Provider
extends Service
{
- def someMethod() = ()
+ // test enumeration java annotations
+ @Ann(Days.Friday) def someMethod() = ()
}