enumcheck icon indicating copy to clipboard operation
enumcheck copied to clipboard

handle implicit conversion in struct definitions

Open egonelbre opened this issue 6 years ago • 0 comments

type Letter byte // checkenum

type Alphabet { First Letter }

func main() {
    fmt.Println(Alphabet{123})
}

egonelbre avatar Jul 26 '19 19:07 egonelbre