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