``` class Entry: def configure(self): ... config = configure # type: ignore ``` ``` File: "foo.pyi", line 3 config = configure # type: ignore ^ ParseError: syntax error, unexpected TYPECOMMENT, expecting DEF ```