Python: annotate new test

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-10-02 10:06:54 +02:00
parent 2a4d21a989
commit bd32faf934

View File

@@ -54,7 +54,7 @@ def test_example1_method():
myobj = MyObj("OK")
myobj.setFoo(SOURCE)
SINK(myobj.foo)
SINK(myobj.foo) # Flow not found
def test_example2():