mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 07:32:21 +07:00
GitOrigin-RevId: 1b8b24a4bc6d5ffc2d611d30fea6308aef7ac688
5 lines
69 B
Java
5 lines
69 B
Java
package pkg;
|
|
|
|
interface Conflict {
|
|
String getNullableSomething();
|
|
} |