mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
restore comments on removing redundant cast
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
// "Remove redundant cast(s)" "true"
|
||||
class Test {
|
||||
{
|
||||
String s = "" + (1 + 2);
|
||||
//c1
|
||||
String s = "" + (1 + 2);
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
// "Remove redundant cast(s)" "true"
|
||||
class Test {
|
||||
{
|
||||
String s = "" + (in<caret>t) (1 + 2);
|
||||
String s = "" + (in<caret>t)//c1
|
||||
(1 + 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user