Fix comment attachment for call expressions (#575)

This commit is contained in:
aardito2
2017-06-18 16:57:42 -04:00
committed by Daniel Tschinder
parent e1e2c32bf3
commit ac936e315a
5 changed files with 579 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
switch(x) {
case 1:
console.log('1')
// comment
default:
break;
}