blob: e9c96744e9fd514a1465c1eea27b74fa4b871d78 [file] [log] [blame]
// A comment just to push the positions out
package a
type A string //@A
func Stuff() { //@Stuff
x := 5
Random2(x) //@godef("dom2", Random2)
Random() //@godef("()", Random)
}