This commit is contained in:
2007-12-27 21:03:41 +00:00
parent 7bf0d7867b
commit 98e72b6711
16 changed files with 39 additions and 38 deletions

View File

@ -1,3 +1,4 @@
function abc (abc)
{
abc (); # invalid as abc is the parameter in this context
}