blob: 55ba35cb2b52de04abad10edd3ef913cf666a33a [file] [log] [blame]
class A {
private A() {
}
static A newA() {
return new A();
}
}