File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /** Doc comment */
2+ @a @b
3+ external f : unit => unit = "f"
4+
5+ /* Normal comment */
6+ @a @b
7+ external f : unit => unit = "f"
8+
9+ /**
10+ Doc comment Doc comment Doc comment Doc comment Doc comment
11+ Doc comment Doc comment Doc comment Doc comment Doc comment
12+ */
13+ @a @b
14+ external f : unit => unit = "f"
15+
16+ /*
17+ Normal comment Normal comment Normal comment Normal comment Normal comment
18+ Normal comment Normal comment Normal comment Normal comment Normal comment
19+ */
20+ @a @b
21+ external f : unit => unit = "f"
Original file line number Diff line number Diff line change 1+ /** Doc comment */
2+ @a @b
3+ external f: unit => unit = "f"
4+
5+ /* Normal comment */
6+ @a @b
7+ external f: unit => unit = "f"
8+
9+ /**
10+ Doc comment Doc comment Doc comment Doc comment Doc comment
11+ Doc comment Doc comment Doc comment Doc comment Doc comment
12+ */
13+ @a @b
14+ external f: unit => unit = "f"
15+
16+ /*
17+ Normal comment Normal comment Normal comment Normal comment Normal comment
18+ Normal comment Normal comment Normal comment Normal comment Normal comment
19+ */
20+ @a @b
21+ external f: unit => unit = "f"
You can’t perform that action at this time.
0 commit comments