summaryrefslogtreecommitdiffstats
path: root/test/fixedbugs/issue16133.dir/c.go
blob: b25fe5a9ddb52058e70da3e07217d98ec4bf85b0 (plain)
1
2
3
4
5
6
7
8
9
10
package p

import (
	"./a1"
	"./b"
)

var _ = b.T{
	X: a.NewX(), // ERROR `cannot use "a1"\.NewX\(\)`
}