Sign in
go
/
vscode-go
/
ed978a6030431e4eb9aaff99b125d67827644693
/
.
/
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) {
}