mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
8 lines
139 B
Java
8 lines
139 B
Java
// "Unimplement" "true-preview"
|
|
class A {
|
|
public String toString() {
|
|
return super.toString();
|
|
}
|
|
|
|
public void foo(String ty){}
|
|
} |