// trying to put two annotations onto one method and two on one ctor - should both be errorspublicaspectTwoOnOneMember{declare@method:publicvoidm1():@Colored("red");declare@method:publicvoidm1():@Colored("blue");declare@constructor:new(int):@Colored("red");declare@constructor:new(int):@Colored("blue");}