Drop package facades:
- update tests - cleanup JetTyMapper after rebase
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
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 function a.bar
|
||||
Package-private function a.test will no longer be accessible from method J.bar()
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user