aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/go/const_declaration.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/go/const_declaration.go')
-rw-r--r--tests/indent/go/const_declaration.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/indent/go/const_declaration.go b/tests/indent/go/const_declaration.go
new file mode 100644
index 000000000..cc3c2e6a4
--- /dev/null
+++ b/tests/indent/go/const_declaration.go
@@ -0,0 +1,7 @@
+package main
+
+const (
+ ExampleOne = iota
+ ExampleTwo
+ ExampleThree
+)