Fixed
- Proxy codegen: the implements-list regex no longer swallows a same-line class body brace, and multi-line implements lists no longer lose every interface after the first — both previously generated proxies that failed to parse. Existing cached proxies are invalidated automatically via the
AopCode::GENERATIONbump. (#264)