The quickfix should rename "B" to "A". Currently the error is highlighted ("Invalid method declaration; return type is required") but no quickfix is available.
Description
public class A {
public B() {
}
}
The quickfix should rename "B" to "A". Currently the error is highlighted ("Invalid method declaration; return type is required") but no quickfix is available.