inline with flatten array creation: do not loose leading comment (IDEA-112161)

This commit is contained in:
anna
2013-10-23 16:31:30 +02:00
parent 0573611009
commit 02a4914ff4
4 changed files with 28 additions and 1 deletions
@@ -0,0 +1,7 @@
import java.util.*;
class Test {
{
final List<String> foo = Arrays.asList(// workaround for QC CR #80581
"actioninvocationdata");
}
}