Sign in
go
/
lint
/
9bdb38d462b4bf50891cee0367628bca677868bf
/
.
/
testdata
/
5_test.go
blob: 75c4f556a94c5407852207896c25818357f55803 [
file
] [
log
] [
blame
]
// # This file ends in _test.go, so we should not warn about doc comments.
// OK
package pkg
import "testing"
type H int
func TestSomething(t *testing.T) {
}