summaryrefslogtreecommitdiff
path: root/test/input/func_w0622.py
blob: 576984171701b825d9e871a64614d6a83c91710c (plain)
1
2
3
4
5
6
7
8
9
10
11
# pylint: disable=C0103
"""test built-in redefinition
"""
__revision__ = 0

def function():
    """yo"""
    type = 1
    print type

map = {}