DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-hcl / 0.0~git20161215.0.80e628d-1 / hcl / parser / error_test.go
123456789
package parser import ( "testing" ) func TestPosError_impl(t *testing.T) { var _ error = new(PosError) }