mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 01:20:53 +07:00
7 lines
117 B
Java
7 lines
117 B
Java
// "Remove redundant cast(s)" "true-preview"
|
|
class Test {
|
|
{
|
|
String s = "" + (in<caret>t)//c1
|
|
(1 + 2);
|
|
}
|
|
} |