Improve error message for inaccessible invisible_fake members

#KT-8989 Fixed

Original commit: b6b2303aa7
This commit is contained in:
Alexander Udalov
2016-07-21 15:59:23 +03:00
parent 39740c3411
commit b3a54cff83
3 changed files with 3 additions and 3 deletions
@@ -38,7 +38,7 @@ Cannot access 'A': it is 'private' in file
Cannot access 'A': it is 'private' in file
Cannot access 'A': it is 'private' in file
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
Cannot access 'x': it is 'invisible_fake' in 'B'
Cannot access 'x': it is 'invisible (private in a supertype)' in 'B'
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
================ Step #2 =================