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
@@ -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