Merge pull request #1484 from amasad/type-comment-print
[Flow] Add failing tests for printing comments w/ type alias
This commit is contained in:
commit
1be0159b01
@ -0,0 +1,4 @@
|
||||
var x = 1;
|
||||
// comment 1
|
||||
type FunWithComments = number
|
||||
var y = 2;
|
||||
@ -0,0 +1,3 @@
|
||||
var x = 1;
|
||||
// comment 1
|
||||
var y = 2;
|
||||
Loading…
x
Reference in New Issue
Block a user