// leading single line 1a
// leading single line 1b
/* leading multiline 1c */
/* leading multiline 1d */
/* leading multiline attached to node */ let a = 1 // trailing1

// leading2
/* before */ let b = 2 /* trailing2 */
/* under b */

/* here */

// lala

/* test */ /* okok */

// above open
open /* here */ React // after
// trailing
/* foo */
/* bar */

// another
// ok

// end
