tree-sitter/spec/runtime/languages/golang/errors.txt

16 lines
323 B
Text
Raw Normal View History

2014-06-10 11:39:36 -07:00
==========================================
indented code after blocks
2014-06-10 11:39:36 -07:00
=========================================
2014-06-10 11:39:36 -07:00
package trivial
func one() {}
func two() {}
2014-06-10 11:39:36 -07:00
---
2014-06-10 11:39:36 -07:00
(program
(package_directive (package_name))
(func_declaration (var_name) (block_statement))
(func_declaration (var_name) (block_statement)))