Sign in
go
/
tools
/
8c3ba8c1039ec857f115ba4d20e9e271979fae43
/
.
/
internal
/
refactor
/
inline
/
analyzer
/
testdata
/
src
/
b
/
b.go.golden
blob: b871b4b51001759d8ebf368f4d62fd430b18a947 [
file
] [
log
] [
blame
]
package
b
import
"a"
func f
()
{
a
.
One
()
// want `cannot inline call to a.One because body refers to non-exported one`
_
=
2
// want `inline call of \(a.T\).Two`
}