Fix some issues with converting names, see #1466

This commit is contained in:
Dave Halter
2020-01-07 10:59:15 +01:00
parent a17b56f260
commit fdb5071bec
7 changed files with 54 additions and 12 deletions

View File

@@ -192,6 +192,7 @@ def _assert_is_same(d1, d2):
'from collections import Counter; Counter',
'from collections import Counter; Counter()',
'from collections import Counter; Counter.most_common',
'from collections import Counter; Counter().most_common',
])
def test_goto_stubs_on_itself(Script, code, type_):
"""