blob: 3e554d58b221a3c6565f2be18444e3f6aee1ac5a [file] [log] [blame]
class Derived extends Base{
void foo(String s) {}
}