mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
Java: Improved inspection "Join Declaration And Assignment" - preserve 'final' (IDEA-177132)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING"
|
||||
class C {
|
||||
int foo() {
|
||||
final int a = 1;
|
||||
return a;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user