// "Extract interface" "false" public class Test{ void main(){ new Int(){ @Override void foo(){ } }; } } class Int {}