Annotation rename: target --> @Target
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
target(AnnotationTarget.EXPRESSION)
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
annotation class ann
|
||||
|
||||
fun foo(): Int = <caret>@ann 1
|
||||
@@ -1,4 +1,4 @@
|
||||
target(AnnotationTarget.EXPRESSION)
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
annotation class ann
|
||||
|
||||
fun foo(): Int {
|
||||
|
||||
Reference in New Issue
Block a user