"Add annotation target" quickfix: add SOURCE retention when target is EXPRESSION #KT-26306 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ddf92ef187
commit
3ea0222d43
@@ -0,0 +1,8 @@
|
||||
// "Add annotation target" "true"
|
||||
@Retention
|
||||
annotation class Foo
|
||||
|
||||
fun test() {
|
||||
var v = 0
|
||||
<caret>@Foo v++
|
||||
}
|
||||
Reference in New Issue
Block a user