Effective visibility: concise diagnostic messages #KT-10761 Fixed
Also #KT-9760 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3049961b9a
commit
1bbc46729c
Vendored
+2
-2
@@ -33,8 +33,8 @@ Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Cannot access 'A': it is 'private' in file
|
||||
Subclass effective visibility 'public' should be the same or less permissive than its superclass effective visibility 'private'
|
||||
Function effective visibility 'public' should be the same or less permissive than its return type effective visibility 'private'
|
||||
'public' subclass exposes its 'private' supertype A
|
||||
'public' function exposes its 'private' return type A
|
||||
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 kotlin.Any?
|
||||
|
||||
Reference in New Issue
Block a user