blob: af84ba1cd6dd90e8f5f0cac9c359d47169e4e0aa [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) {
}
func ExampleBuffer_reader() {
}