Migrate RetentionPolicy arguments in deprecated Java quick-fix
#KT-29666 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
db5396c1c2
commit
39f576d75c
@@ -0,0 +1,4 @@
|
||||
// "Replace annotation with kotlin.annotation.Retention" "true"
|
||||
|
||||
@<caret>Retention(AnnotationRetention.BINARY)
|
||||
annotation class Foo
|
||||
Reference in New Issue
Block a user