Files
codeql/python/ql/test/2/library-tests/modules/general/helper.py
2019-02-08 14:49:04 +00:00

7 lines
45 B
Python

class Wrong(object):
pass
d = Wrong()