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.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1782/Test_1.scala b/test/files/pos/t1782/Test_1.scala
index e61ef8eaf5..6467a74c29 100644
--- a/test/files/pos/t1782/Test_1.scala
+++ b/test/files/pos/t1782/Test_1.scala
@@ -10,7 +10,7 @@ class Provider
@Ann(Days.Friday) def someMethod() = ()
// #2103
- @scala.reflect.BeanProperty
+ @scala.beans.BeanProperty
@Ann(value = Days.Sunday)
val t2103 = "test"
}