Add quickfix for migrating Java annotation method calls

This commit is contained in:
Denis Zharkov
2015-04-21 19:06:05 +03:00
parent 634b1a9568
commit 3cb6b61a47
9 changed files with 177 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Replace method call with property access" "true"
// WITH_RUNTIME
fun foo(ann: Ann) {
ann.value
}