mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
15 lines
103 B
Python
15 lines
103 B
Python
u"a"
|
|
b"b"
|
|
u"c"
|
|
b"d"
|
|
1000
|
|
1004
|
|
|
|
def foo():
|
|
pass
|
|
|
|
class C(object):
|
|
|
|
def meth(self):
|
|
pass
|