summaryrefslogtreecommitdiff
path: root/test/files/run/t6733.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6733.scala')
-rw-r--r--test/files/run/t6733.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6733.scala b/test/files/run/t6733.scala
index 525b276811..df1946a9d5 100644
--- a/test/files/run/t6733.scala
+++ b/test/files/run/t6733.scala
@@ -31,5 +31,5 @@ trait Foo {
}
object Test extends App {
- typeOf[Foo].declarations.sorted.foreach(m => println(s"$m: isPrivateThis = ${m.isPrivateThis}, isProtectedThis = ${m.isProtectedThis}"))
+ typeOf[Foo].decls.sorted.foreach(m => println(s"$m: isPrivateThis = ${m.isPrivateThis}, isProtectedThis = ${m.isProtectedThis}"))
} \ No newline at end of file