blob: a8ff6211f8aecd646903a987ae9e71c113e4a41f [file] [log] [blame]
package p;
public class A {
/**
* @deprecated Use {@link #A()} instead
*/
A() {
this();
}
A() { }
}