summaryrefslogtreecommitdiffstats
path: root/src/go/doc/testdata/issue13742.0.golden
blob: 8dee9aaa80839b02d3c47d4d03d3698ae500d51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// 
PACKAGE issue13742

IMPORTPATH
	testdata/issue13742

IMPORTS
	go/ast

FILENAMES
	testdata/issue13742.go

FUNCTIONS
	// Both F0 and G0 should appear as functions. 
	func F0(Node)

	// Both F1 and G1 should appear as functions. 
	func F1(ast.Node)

	// 
	func G0() Node

	// 
	func G1() ast.Node