blob: 42a6e30b037e36b91e27bbc3dece2a958ac1afce [file] [log] [blame]
class Base {
static char method() {
return 'a';
}
}