blob: 0ed44b6aa8d1a3dc2762cffa191e720b2d0c6521 [file] [log] [blame]
public class Foo {private Runnable bar=new Runnable(){
@Override @SuppressWarnings("baz")
public void run(){
quux();
}
}; }