In that code, there is no silent conversion. In AddOne, the constant 1 is inferred to be of type Int (not int), and so you're just adding Int to Int to get another Int.
On Sat, Jul 16, 2016 at 5:35 PM pi <vif.arde...@gmail.com> wrote: > Sorry my bad. Forget to add "in many cases" to last sentence. > https://play.golang.org/p/7MtoscXiFo > > воскресенье, 17 июля 2016 г., 2:53:15 UTC+3 пользователь kortschak написал: > >> On Sat, 2016-07-16 at 15:36 -0700, pi wrote: >> > `type` is not `typedef` in Go. `type` introduces completely new type. >> > Fortunately, Go can cast these types to base type silently, i.e. >> > explicict >> > cast int(valueOfTI) is unnecessary. >> >> This is not true; a named concrete type is never silently converted to >> another concrete type. >> >> -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.