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