Prevent "__dummy_0__" template methods from matching name warnings

This commit is contained in:
Seth R Johnson 2018-03-23 14:22:20 -04:00
commit 307c9814a0
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from name_warnings import *
four = double_an_int(2)
assert four == 4