Add quick fix to add required target to annotation #KT-20484 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
204d9e3423
commit
9ea9ea1008
@@ -0,0 +1,10 @@
|
||||
// "Add annotation target" "true"
|
||||
|
||||
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
|
||||
annotation class Foo
|
||||
|
||||
@Foo
|
||||
class Test {
|
||||
@Foo
|
||||
fun foo(): <caret>@Foo Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user