Sign in
go
/
tools
/
2208e1677e7b76008b07abe18e667c2f04296433
/
.
/
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)
}