mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-29 02:36:42 +07:00
5145671442
GitOrigin-RevId: 3942585b2071cb81733080dee122913cdac001f1
8 lines
122 B
Java
8 lines
122 B
Java
// "Unimplement" "true-preview"
|
|
class A {
|
|
public String toString() {
|
|
return super.toString();
|
|
}
|
|
}
|
|
|
|
interface II {} |