blob: 411a4693074dd7be791bd4ee513d94ab9bb77477 [file] [log] [blame]
abstract class Server{
public abstract void foo();
}