Preserve annotation arguments in "Add use-site target" intention
So #KT-23634 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a5aad22fe7
commit
1cbaab1531
+8
@@ -0,0 +1,8 @@
|
||||
// CHOOSE_USE_SITE_TARGET: field
|
||||
|
||||
annotation class A(val s: String)
|
||||
|
||||
class Test {
|
||||
@field:A("...")
|
||||
val foo: String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user