mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
py: Inline expectation should have space before $
This commit is contained in:
@@ -50,5 +50,5 @@ class With_index:
|
||||
def test_index():
|
||||
import operator
|
||||
|
||||
with_index = With_index() #$ MISSING: arg1="SSA variable with_index" func=With_index.__index__
|
||||
with_index = With_index() # $ MISSING: arg1="SSA variable with_index" func=With_index.__index__
|
||||
operator.index(with_index)
|
||||
|
||||
Reference in New Issue
Block a user