inspection and code cleanup for redundant visibility modifiers

This commit is contained in:
Dmitry Jemerov
2016-01-05 13:31:43 +01:00
parent b736880787
commit e47e9f6763
11 changed files with 151 additions and 7 deletions
@@ -0,0 +1 @@
org.jetbrains.kotlin.idea.inspections.RedundantVisibilityModifierInspection
@@ -0,0 +1,3 @@
// "Remove redundant visibility modifier" "true"
<caret>public class C {
}
@@ -0,0 +1,3 @@
// "Remove redundant visibility modifier" "true"
class C {
}