blob: 40cc57346c3020be70704ecff7fb31b5482bb220 [file] [log] [blame]
public class CompletionMethodDeclaration6 {
void foo() {
new Object(){
protected Object clone() throws CloneNotSupportedException {
return super.clone();
}
clon
};
}
}