blob: 7416c4772777022e418e96a53bf741fd07efb88b [file] [log] [blame]
class Client1{
public static void main(String[] args) {
Service service = new Service() {
public void foo() {
}
};
}
}