mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-26291 (Small error in "variable is assigned to itself" inspection)
This commit is contained in:
+5
@@ -37,4 +37,9 @@ class a {
|
||||
void cf2(a aa) {
|
||||
aa.f = f;
|
||||
}
|
||||
|
||||
void m() {
|
||||
double m = 1.5;
|
||||
m = (double) (int) m;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user