These programs compile and work according to my reading of the spec, but I
found them surprising.

https://go.dev/play/p/EUZ_28jge1N
https://go.dev/play/p/NMhR1Nq1COw

According to the spec it seems like it is legal to shadow a type with a
variable, even a builtin type.
Is there any specific rationale for this? I guess that it makes scoping
checks easier and faster, but still.

More "interesting" programs in the same vein:

https://go.dev/play/p/_KburW2YuCG
https://go.dev/play/p/JTkvW7jsvyX
https://go.dev/play/p/tDji-HNo1_W
-- 
- curiosity sKilled the cat

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CACm3i_gG9yA3timw8PF4FZ%2B5%3DtXYich4fLBT%3DXHU5-y%3DRxC0%2BQ%40mail.gmail.com.

Reply via email to