mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
(cherry picked from commit 7be077c9a1a6b7fade1833689567b5947e2c77de) IJ-CR-168171 GitOrigin-RevId: 01c5b38d7e028585b94d1596c0de8c7c323a2fa3
9 lines
160 B
Java
9 lines
160 B
Java
package refactoring.introduceVariable;
|
|
class Test {
|
|
@org.checkerframework.checker.nullness.qual.Nullable
|
|
String s;
|
|
|
|
{
|
|
<selection>s</selection>
|
|
}
|
|
} |