blob: 1a32becd9c38fb24c0b837b8e1e2b1a0315c8f71 [file] [log] [blame]
public class Client {
public static void main (String[] args) {
Base base = new ConcreteBase();
base.foo();
}
}