blob: c98b7fa857fc23f9018ad21ec57c9c32b86a3f2e [file] [log] [blame]
import util.Pair;
class Client {
void method() {
Pair<String, Pair<Integer, Boolean>> p = PairProvider.getPair();
}
}