Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
ProtectedInFinal.html
blob: c4dcfbda22cdaad455c3a333774cb779281ec824 [
file
] [
edit
]
<html>
<body>
This inspection reports
<b>
protected
</b>
visibility used inside of a non-inheritable class.
In such cases
<b>
protected
</b>
members are accessible only in the class itself, so they are effectively
<b>
private
</b>
.
</body>
</html>