Skip private members in facades
This commit is contained in:
committed by
Max Kammerer
parent
5b3a7a473e
commit
c63d221da3
+1
-1
@@ -1,4 +1,4 @@
|
||||
private fun Any.foo() {
|
||||
fun Any.foo() {
|
||||
with("different extension receiver") {
|
||||
foo()
|
||||
}
|
||||
|
||||
+1
-2
@@ -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
-2
@@ -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
|
||||
Reference in New Issue
Block a user