mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-19 14:09:12 +07:00
1c2a41050d
GitOrigin-RevId: cad7c6e31f088f5b9528ee3d35743fd5b4b8ef66
7 lines
101 B
Java
7 lines
101 B
Java
// "Remove redundant cast(s)" "true"
|
|
class Test {
|
|
{
|
|
//c1
|
|
String s = "" + (1 - 2);
|
|
}
|
|
} |