blob: 2829ff318234a27304958666815fdacfb83ae3bb [file] [log] [blame]
class A extends C {
def A(int k) {
int b = k;
}
}