mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
9 lines
132 B
Java
9 lines
132 B
Java
package p;
|
|
class Test {
|
|
@org.checkerframework.checker.nullness.qual.Nullable
|
|
String s;
|
|
|
|
{
|
|
<selection>s</selection>
|
|
}
|
|
} |