blob: 3525d4cfde095cb06ef35ccc0ecda8cc90a71f31 [file] [log] [blame]
-- arrD-hover --
```go
field d int
```
d field
-- arrE-hover --
```go
field e struct{f int}
```
e nested struct
-- arrF-hover --
```go
field f int
```
f field of nested struct
-- complexH-hover --
```go
field h int
```
h field
-- complexI-hover --
```go
field i struct{j int}
```
i nested struct
-- complexJ-hover --
```go
field j int
```
j field of nested struct
-- mapStructKeyX-hover --
```go
field x []string
```
X key field
-- mapStructKeyY-hover --
```go
field y string
```
-- mapStructValueX-hover --
```go
field x string
```
X value field
-- nestedMap-hover --
```go
field m map[string]float64
```
nested map
-- nestedNumber-hover --
```go
field number int64
```
nested number
-- nestedString-hover --
```go
field str string
```
nested string
-- openMethod-hover --
```go
func (interface).open() error
```
open method comment
-- returnX-hover --
```go
field x int
```
X coord
-- returnY-hover --
```go
field y int
```
Y coord
-- structA-hover --
```go
field a int
```
a field
-- structB-hover --
```go
field b struct{c int}
```
b nested struct
-- structC-hover --
```go
field c int
```
c field of nested struct
-- testDescription-hover --
```go
field desc string
```
test description
-- testInput-hover --
```go
field in map[string][]struct{key string; value interface{}}
```
test input
-- testInputKey-hover --
```go
field key string
```
test key
-- testInputValue-hover --
```go
field value interface{}
```
test value
-- testResultValue-hover --
```go
field value int
```
expected test value