Sign in
go
/
vscode-go
/
ee683d7845a2296ed4bab01a450b04a147f5d375
/
.
/
test
/
testdata
/
codelens
/
codelens_go118_test.go
blob: bd7656701d1e99c3e1c65463a5530b7696c2a7be [
file
] [
log
] [
blame
]
//go:build go1.18
// +build go1.18
package main
import (
"testing"
)
func FuzzFunc(f *testing.F) {
}
func Fuzz(f *testing.F) {
}
func TestGo118(t *testing.T) {
}