mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
restored selection after quickfix
This commit is contained in:
@@ -5,6 +5,6 @@ import java.lang.Integer;
|
||||
class A{
|
||||
void test(){
|
||||
Integer integer = null;
|
||||
int i = integer != null ? integer.toString().length() : <selection>0</selection>;
|
||||
int i = integer != null ? integer.toString().length() : <caret><selection>0</selection>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user