mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 20:50:54 +07:00
7 lines
109 B
Java
7 lines
109 B
Java
interface A {
|
|
void f(@Unknown1 @Unknown2 String s, @Unknown3 s3);
|
|
}
|
|
class B implements A {
|
|
<caret>
|
|
}
|