mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
split declaration: fix comments in context
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import java.util.*;
|
||||
class Test {
|
||||
{
|
||||
List<String> l //end line comment
|
||||
;
|
||||
l = new ArrayList<>();
|
||||
List<String> l;
|
||||
l = new ArrayList//end line comment
|
||||
<>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user