Implement annotation related migrational quick fixes

This commit is contained in:
Denis Zharkov
2015-09-08 19:27:07 +03:00
parent 7b3303c152
commit 372e35436a
35 changed files with 509 additions and 3 deletions
@@ -3,6 +3,6 @@
// ACTION: Make private
// ACTION: Make internal
J.<caret>foo(1, "2") fun test() {
@J.<caret>foo(1, "2") fun test() {
}