mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
Java: Improved inspection "Join Declaration And Assignment" - handle C-style array declarations (IDEA-177132)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
class Test {
|
||||
{
|
||||
// comment A
|
||||
/*comment B*/ /*comment 1*/ /*comment 2*/ /*comment 3*/ // comment 4
|
||||
/*comment B*/ // comment 4
|
||||
/*comment C*/
|
||||
/*comment E*/
|
||||
String ss = "hello" + /*comment D*/ " world"; // comment F
|
||||
String /*comment 1*/ ss /*comment 2*/ /*comment 3*/ = "hello" + /*comment D*/ " world"; // comment F
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user