summaryrefslogtreecommitdiff
path: root/test/files/run/t6608.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6608.scala')
-rw-r--r--test/files/run/t6608.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6608.scala b/test/files/run/t6608.scala
index 2f956bfb35..2ba979649b 100644
--- a/test/files/run/t6608.scala
+++ b/test/files/run/t6608.scala
@@ -7,7 +7,7 @@ class C {
object Test extends App {
import universe._
- val access = typeOf[C].declarations
+ val access = typeOf[C].decls
.toList
.filter(_.name.toString.endsWith("yyy"))
.map(x => (x.name, x.isPrivate))