blob: 5705517aac42792a7c6373824922d0926fc9ab71 [file] [log] [blame]
final class A {
int b;
A(int c) {
b=c;
}
}