Fix comment attachment for call expressions (#575)
This commit is contained in:
committed by
Daniel Tschinder
parent
e1e2c32bf3
commit
ac936e315a
7
test/fixtures/comments/basic/switch-function-call-no-semicolon/actual.js
vendored
Normal file
7
test/fixtures/comments/basic/switch-function-call-no-semicolon/actual.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
switch(x) {
|
||||
case 1:
|
||||
console.log('1')
|
||||
// comment
|
||||
default:
|
||||
break;
|
||||
}
|
||||
Reference in New Issue
Block a user