Improve error message for inaccessible invisible_fake members

#KT-8989 Fixed
This commit is contained in:
Alexander Udalov
2016-07-21 15:59:23 +03:00
parent a92f0a0446
commit b6b2303aa7
7 changed files with 18 additions and 12 deletions
@@ -5,4 +5,4 @@ Cannot access 'InternalClass1': it is 'internal' in 'test' at line 5, column 13
Cannot access 'InternalClass1': it is 'internal' in 'test' at line 8, column 36
Cannot access 'InternalClassAnnotation': it is 'internal' in 'test' at line 10, column 2
Cannot access 'InternalTestAnnotation': it is 'internal' in 'test' at line 1, column 7
Cannot access 'member': it is 'invisible_fake' in 'ClassAA1' at line 27, column 25
Cannot access 'member': it is 'invisible (private in a supertype)' in 'ClassAA1' at line 27, column 25