]> Cypherpunks repositories - gostls13.git/commit
returning from a function that specified a result should cause a run-time
authorRobert Griesemer <gri@golang.org>
Wed, 6 Aug 2008 17:02:18 +0000 (10:02 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 6 Aug 2008 17:02:18 +0000 (10:02 -0700)
commit20c5bcfdbbb72bbea79284e2cd3bb5af68344f3c
treef2d21acbba480194e37cd369a4f4b68b8faaa9f3
parent687f387c0b0018ce775421bfaf3db7d460404c80
returning from a function that specified a result should cause a run-time
failure if no return is actually executed

R=r
OCL=13915
CL=13915
test/bugs/bug086.go [new file with mode: 0644]
test/golden.out