Consider the following: ```groovy class C { Stirng x = { -> ... } } ``` Performing "Convert closure declaration to method" on property `x` fails to remove the `->` from the source.
Consider the following:
Performing "Convert closure declaration to method" on property
xfails to remove the->from the source.