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