mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
py: Inline expectation should have space before $
This commit is contained in:
@@ -24,7 +24,7 @@ class A(Base):
|
||||
self.bar() # $ pt,tt=A.bar
|
||||
|
||||
def not_called(self):
|
||||
self.bar() #$ pt,tt=A.bar
|
||||
self.bar() # $ pt,tt=A.bar
|
||||
|
||||
def bar(self):
|
||||
print("A.bar")
|
||||
|
||||
Reference in New Issue
Block a user