Add quickfix for migrating Java annotation method calls
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Replace method call with property access" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(ann: Ann) {
|
||||
ann.value
|
||||
}
|
||||
Reference in New Issue
Block a user