aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/JavadocGenerally.java
blob: be9ed7567679941574166004f807aff21b04a6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
package testPackage;
class JavadocGenerally {
  public interface TestingInner {
  }
  private int someField;
  JavadocGenerally() {
    super();
  }
  public void test() {
  }
}