FIR IDE: introduce HLRedundantVisibilityModifierInspection by extended checker
This commit is contained in:
Vendored
+3
-1
@@ -15,4 +15,6 @@ class C : B() {
|
||||
fun main() {
|
||||
val c = C()
|
||||
c.attribute = "test"
|
||||
}
|
||||
}
|
||||
|
||||
// IGNORE_FIR KT-44939
|
||||
Reference in New Issue
Block a user