mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 08:20:55 +07:00
7 lines
109 B
Java
7 lines
109 B
Java
// "Remove redundant cast(s)" "true-preview"
|
|
class Test {
|
|
{
|
|
//c1
|
|
String s = "" + (1 - 2);
|
|
}
|
|
} |