Clearify diagnostic messages that involve internal visibilities

KT-7354 Fixed

Visibility.displayText is deprecated with warning.
Diagnostics for java visibilities changed.
This commit is contained in:
Pavel Kirpichenkov
2019-09-13 12:30:11 +03:00
parent fc4865a440
commit 0a1b3a8455
14 changed files with 193 additions and 24 deletions
@@ -18,4 +18,4 @@ End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Cannot access 'foo': it is public/*package*/ in 'JavaClass'
Cannot access 'foo': it is package-private in 'JavaClass'