class A {
A get() {
return this;
}
}
public class B1 extends A {
B1 get() {
return this;
}
void message() {
System.out.println("Covariant Return type example");
}
}
Pretty annoyed to see this UI. How do I make Intellij show this class as a normal class?