Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / go / ssa / identical_test.go
1 // +build go1.8
2
3 package ssa_test
4
5 import "testing"
6
7 func TestValueForExprStructConv(t *testing.T) {
8         testValueForExpr(t, "testdata/structconv.go")
9 }