Files
codeql/python/ql/test/3/library-tests/modules/general/helper.py
2019-02-08 14:39:27 +00:00

7 lines
67 B
Python

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