KT-22167 "Add annotation target" quick fix does nothing and disappears from menu

This commit is contained in:
Toshiaki Kameyama
2018-01-29 15:35:50 +09:00
committed by asedunov
parent 6fbf5a8904
commit 677b05cc8c
4 changed files with 27 additions and 7 deletions
@@ -0,0 +1,7 @@
// "Add annotation target" "true"
annotation class Foo
fun test() {
var v = 0
<caret>@Foo v++
}