Skip to content

Commit c064c75

Browse files
committed
test: @putout/printer: NewExpression: no-braces: coverage
1 parent e66b5be commit c064c75

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const now=new Date;new Hello('x');
1+
const now=new Date;new Hello('x');new new f;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
const now = new Date();
22
new Hello('x');
3+
4+
new new f()();

0 commit comments

Comments
 (0)