Skip private members in facades

This commit is contained in:
Michael Bogdanov
2015-10-15 12:33:48 +03:00
committed by Max Kammerer
parent 5b3a7a473e
commit c63d221da3
8 changed files with 26 additions and 20 deletions
@@ -1,4 +1,3 @@
Function a.test uses package-private class a.Foo
Function a.test uses package-private function a.foo
Package-private function a.test will no longer be accessible from function a.bar
Package-private function a.test will no longer be accessible from method J.bar()
Package-private function a.test will no longer be accessible from function a.bar
@@ -1,4 +1,3 @@
Package-private property a.test will no longer be accessible from function a.bar
Package-private property a.test will no longer be accessible from method J.bar()
Property a.test uses package-private class a.Foo
Property a.test uses package-private function a.foo
Property a.test uses package-private function a.foo