mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
We currently have some problems with these files, that we should fix later down the line. See PR comment for more details.
6 lines
169 B
Python
6 lines
169 B
Python
# model editor should allow modeling the functions defined in this file, even when the
|
|
# file is not imported explicitly.
|
|
|
|
def possibly_lib_func(x, y):
|
|
return x + y
|