difftastic/vendor/tree-sitter-kotlin/test/corpus/comments.txt

16 lines
188 B
Plaintext

==================
Comments
==================
1 + 2
// 1 + 2
/*
/* Hello world */
---
(source_file
(additive_expression (integer_literal) (integer_literal))
(comment)
(comment))