mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 12:20:55 +07:00
9 lines
136 B
Java
9 lines
136 B
Java
class A {
|
|
int a;
|
|
|
|
@Override
|
|
public String toString() {
|
|
<selection><caret>return super.toString();</selection>
|
|
}
|
|
}
|