FIR IDE: introduce HLRedundantVisibilityModifierInspection by extended checker

This commit is contained in:
Ilya Kirillov
2021-02-11 16:51:42 +01:00
parent 6d97841f38
commit e8f3ebdd19
21 changed files with 286 additions and 9 deletions
@@ -12,3 +12,5 @@ fun main() {
val c = C()
c.attribute = "test"
}
// IGNORE_FIR KT-44939