2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-01-15 14:43:58 +00:00
rust-analyzer/tests/data/lexer/0010_comments.txt
2017-12-31 16:56:33 +03:00

6 lines
130 B
Text

SHEBANG 19 "#!/usr/bin/env bash"
WHITESPACE 1 "\n"
COMMENT 8 "// hello"
WHITESPACE 1 "\n"
COMMENT 9 "//! World"
WHITESPACE 1 "\n"