DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.0~git20190125.d66bd3c%2Bds-4 / go / ssa / identical_test.go
123456789
//+build go1.8 package ssa_test import "testing" func TestValueForExprStructConv(t *testing.T) { testValueForExpr(t, "testdata/structconv.go") }