blob: f748ab95a4b070b490712a932aa24e1139ea3306 [file] [log] [blame]
// "Pull method 'foo' up and make it abstract" "true"
public class Test{
void main(){
new Int(){
@Overr<caret>ide
void foo(){
}
};
}
}
class Int {}