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
+7
@@ -0,0 +1,7 @@
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class MyAnnotation
|
||||
|
||||
fun test() {
|
||||
val x = @MyAnnotation(<caret>) 5
|
||||
}
|
||||
Reference in New Issue
Block a user