blob: 460f0d274eada433eb8704059c7001234785acf6 [file] [log] [blame]
class A extends C {
def A(int k) {
super(27)
int b = k;
}
}