Convert property to function: remove annotation use-site target

#KT-36834 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-02-20 12:12:59 +09:00
committed by Vladimir Dolzhenko
parent d5e71ebef1
commit d8ab046136
4 changed files with 26 additions and 0 deletions
@@ -0,0 +1,8 @@
annotation class A
annotation class B
interface Foo {
@get:A
@B
val <caret>bar: String
}