cast pr.Function to er.Function even in the api.

This commit is contained in:
Dave Halter
2014-04-02 11:39:45 +02:00
parent dfd2b202ff
commit d6ffc80f0e
2 changed files with 6 additions and 0 deletions

View File

@@ -139,3 +139,4 @@ def test_signature_params():
check(Script(s).goto_definitions())
check(Script(s).goto_assignments())
check(Script(s + '\nbar=foo\nbar').goto_assignments())