blob: 904125317671d01b17c18999498e23ce08e4b1ff [file] [log] [blame]
class F {
public Runnable bar() {
return new Runnable() {
};
}
}