generate constructor: do not insert new line if member would be generated in another place (IDEA-151327)

This commit is contained in:
Anna Kozlova
2016-02-09 12:41:01 +01:00
parent 9d94739b66
commit 2c18695de0
4 changed files with 16 additions and 1 deletions
@@ -0,0 +1,4 @@
class Test <caret>
{
private int i;
}