Fix "cannot override invisible member" diagnostic message
Fix "cannot has", delete "in class ..." as it's already present in the message (function ... defined in class ...)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<!-- cannotOverrideInvisibleMember1 -->
|
||||
'internal open fun foo(): kotlin.Unit defined in B' has no access to 'private open fun foo(): kotlin.Unit defined in A', so it cannot override it
|
||||
Reference in New Issue
Block a user