KT-22167 "Add annotation target" quick fix does nothing and disappears from menu
This commit is contained in:
committed by
asedunov
parent
6fbf5a8904
commit
677b05cc8c
@@ -0,0 +1,7 @@
|
||||
// "Add annotation target" "true"
|
||||
annotation class Foo
|
||||
|
||||
fun test() {
|
||||
var v = 0
|
||||
<caret>@Foo v++
|
||||
}
|
||||
Reference in New Issue
Block a user