mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-04 21:51:22 +07:00
5 lines
96 B
Java
5 lines
96 B
Java
import org.jetbrains.unknown.annotatios.pack.Nullable;
|
|
|
|
class A {
|
|
@Nullable String s<caret>;
|
|
} |