mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-03 21:21:37 +07:00
5 lines
155 B
Java
5 lines
155 B
Java
// "Fix all 'Constant expression can be evaluated' problems in file" "false"
|
|
class Test {
|
|
double d = ((((<caret>0.1))));
|
|
String s = ((((("asdf")))));
|
|
} |