This commit is contained in:
@ -1,3 +1,4 @@
|
||||
function abc (abc)
|
||||
{
|
||||
abc (); # invalid as abc is the parameter in this context
|
||||
}
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,4 @@
|
||||
function abc (abc)
|
||||
{
|
||||
abc (); # invalid as abc is the parameter in this context
|
||||
}
|
||||
|