Sign in
go
/
tools
/
5eefd052ad727afc5e2e7b034c752b9d3d902b3b
/
.
/
internal
/
lsp
/
testdata
/
builtins
/
iota.go
blob: 444272459657a9cecfb2f5de130faef84051e456 [
file
] [
log
] [
blame
]
package builtins
func _() {
const (
foo = iota
//@complete(" //", iota)
)
iota
//@complete(" //")
var iota int
//@item(iotaVar, "iota", "int", "var")
iota
//@complete(" //", iotaVar)
}