Nested functions are called by name, so the wrong function is called #8587
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
The following example shows that in method
h()
, it returns the result of the function nested inside the methodf()
.Output:
The text was updated successfully, but these errors were encountered: