Add inspection and quick-fix to remove empty parentheses in annotation entries
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e903b2f92a
commit
793cac02e8
+6
@@ -0,0 +1,6 @@
|
||||
annotation class MyAnnotation
|
||||
|
||||
@MyAnnotation(<caret>)
|
||||
fun test() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user