Java: Convert intention "Join Declaration And Assignment" into inspection (IDEA-178919)

This commit is contained in:
Pavel Dolgov
2018-10-04 16:46:00 +03:00
parent f90397afe1
commit 799b769b2f
13 changed files with 176 additions and 34 deletions
@@ -1,6 +1,6 @@
// "Join declaration and assignment" "INFORMATION"
class Test {
{
String ss = "hello" + "world";
String ss = "hello" + "world";
}
}