DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-hcl / 0.0~git20161215.0.80e628d-1 / hcl / printer / testdata / empty_block.input
1234567891011121314
variable "foo" {} variable "foo" { } variable "foo" { # Standalone comment should be still here } foo { } foo { bar = "mssola" }