1 package annotator.tests; 2 3 class ConstructorReturn { ConstructorReturn()4 public ConstructorReturn() { } 5 } 6 7