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
@@ -1,3 +1,5 @@
private class Foo {
<caret>internal fun bar() {}
}
}
// IGNORE_FIR KT-44939