blob: e8936135daa411dd02123ff74d2f96f9baf8d5e0 [file] [log] [blame]
class Test {
Comparable<String> foo() {
return (o) -> {
return 0;
};
}
}