mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
IDEA-357681 GitOrigin-RevId: 1fead4d1fdb98c99d8b68d48813f483deaa6b35c
5 lines
84 B
Java
5 lines
84 B
Java
import org.jetbrains.annotations.Nullable;
|
|
|
|
class A {
|
|
@Nullable String s<caret>;
|
|
} |