summaryrefslogtreecommitdiff
path: root/test/files/pos/t1070.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1070.scala')
-rw-r--r--test/files/pos/t1070.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1070.scala b/test/files/pos/t1070.scala
index 95b77184d7..1622043a85 100644
--- a/test/files/pos/t1070.scala
+++ b/test/files/pos/t1070.scala
@@ -1,4 +1,4 @@
-import scala.reflect.BeanProperty;
+import scala.beans.BeanProperty;
trait beanpropertytrait {
@BeanProperty var myVariable: Long = -1l;
}