Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 195 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 195 Bytes

aspectj-bug

Test code to illustrate my aspectj bug

Clone and do mvn install

Aspectj compile will fail.

Comment out x.andThen(this::get); line in FailsAspectJ and aspectj compile will pass.