blob: 4667e268812ed029b02708ff8fcf5a1ca51f5b9d [file] [log] [blame]
class Base {
char method() {
return 'a';
}
}