blob: d0773c9d52c5225ca1050e602f70e37e8fc8f6bc [file] [log] [blame]
class Client{
class Inner{
void foo(){
Server.foo();
}
}
}