I noticed while working on a compiler plugin that the `MegaPhase` isn't transforming annotation trees and `NamedArg`. ## Compiler version v3.7.2 ## Minimized code No particular minimization. ## Output No particular output. ## Expectation The transformation must also pass the annotation trees, and there should be `transformNamedArg` and `prepareForNamedArg` methods in the MegaPhase.