mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 16:25:33 +07:00
GitOrigin-RevId: 5af3e8f3e63d071513778759e5787fa96f89665a
7 lines
100 B
Java
7 lines
100 B
Java
interface A { }
|
|
|
|
class B implements A {
|
|
public Str<caret>ing test() {
|
|
return "42";
|
|
}
|
|
} |