~vtuson/scopecreator/twitter-template

« back to all changes in this revision

Viewing changes to src/go/src/code.google.com/p/go.tools/oracle/testdata/src/main/what.golden

  • Committer: Victor Palau
  • Date: 2015-03-11 14:24:42 UTC
  • Revision ID: vtuson@gmail.com-20150311142442-f2pxp111c8ynv232
public release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-------- @what pkgdecl --------
 
2
identifier
 
3
source file
 
4
modes: [callgraph definition describe freevars implements pointsto referrers]
 
5
srcdir: testdata/src
 
6
import path: main
 
7
 
 
8
-------- @what call --------
 
9
identifier
 
10
function call (or conversion)
 
11
expression statement
 
12
block
 
13
function declaration
 
14
source file
 
15
modes: [callees callers callgraph callstack definition describe freevars implements pointsto referrers]
 
16
srcdir: testdata/src
 
17
import path: main
 
18
 
 
19
-------- @what var --------
 
20
variable declaration
 
21
variable declaration statement
 
22
block
 
23
function declaration
 
24
source file
 
25
modes: [callers callgraph callstack describe freevars pointsto]
 
26
srcdir: testdata/src
 
27
import path: main
 
28
 
 
29
-------- @what recv --------
 
30
identifier
 
31
unary <- operation
 
32
expression statement
 
33
block
 
34
function declaration
 
35
source file
 
36
modes: [callers callgraph callstack definition describe freevars implements peers pointsto referrers]
 
37
srcdir: testdata/src
 
38
import path: main
 
39