Convert property to function: remove annotation use-site target
#KT-36834 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
d5e71ebef1
commit
d8ab046136
@@ -0,0 +1,8 @@
|
||||
annotation class A
|
||||
annotation class B
|
||||
|
||||
interface Foo {
|
||||
@get:A
|
||||
@B
|
||||
val <caret>bar: String
|
||||
}
|
||||
Reference in New Issue
Block a user