package test2; import test.Demo; public class OtherClass2 { void x() { Demo d = new Demo(4); d.bar(); d.baz(); // causes error for now see note at end of AJCompilationUnitProblemFinder.isARealProblem // ((MyAspect2.Bar) d).bar(); ((MyAspect2.Foo) d).baz(); ((Cloneable) d).toString(); } }