Effective visibility: concise diagnostic messages #KT-10761 Fixed
Also #KT-9760 Fixed
Original commit: 1bbc46729c
This commit is contained in:
committed by
Mikhail Glukhikh
parent
46253721f1
commit
cb985c0d13
@@ -1,8 +1,8 @@
|
||||
'internal open val member: kotlin.Int defined in test.ClassBB1' has no access to 'internal abstract val member: kotlin.Int defined in test.ClassB1', so it cannot override it at line 14, column 14
|
||||
'public' subclass exposes its 'internal' supertype InternalClass1 at line 8, column 36
|
||||
'public' subclass exposes its 'internal' supertype InternalClass2 at line 18, column 36
|
||||
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
|
||||
Subclass effective visibility 'public' should be the same or less permissive than its superclass effective visibility 'internal' at line 18, column 36
|
||||
Subclass effective visibility 'public' should be the same or less permissive than its superclass effective visibility 'internal' at line 8, column 36
|
||||
Cannot access 'member': it is 'invisible_fake' in 'ClassAA1' at line 27, column 25
|
||||
Reference in New Issue
Block a user