Files
codeql/python/ql/test/3/query-tests/Expressions/Arguments/WrongNumberArgumentsInCall.expected
2019-02-08 15:13:17 +00:00

2 lines
223 B
Plaintext

| wrong_arguments.py:24:12:24:56 | analyze_member_access() | Call to $@ with too many arguments; should be no more than 1. | wrong_arguments.py:17:1:17:77 | Function analyze_member_access | function analyze_member_access |