Home | History | Annotate | Download | only in tests
      1 package annotator.tests;
      2 
      3 import java.util.List;
      4 
      5 public class ConstructorParam {
      6   public ConstructorParam(int paramB) {
      7 
      8   }
      9 }
     10