-
Russ Cox authored
package main func main() { var x interface {} = 42; switch x := x.(type) { case int: case foo: } } before: x.go:7: non-type case in type switch x.go:7: inappropriate case for a type switch now: x.go:7: foo: undefined R=ken OCL=31221 CL=31221
53ebd163
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cmd | ||
lib9 | ||
libbio | ||
libmach_amd64 | ||
old/c | ||
pkg | ||
Make.386 | ||
Make.amd64 | ||
Make.arm | ||
Make.conf | ||
all.bash | ||
clean.bash | ||
make.bash | ||
quietgcc.bash | ||
run.bash | ||
sudo.bash |