Functionf(a: 'annotation', b=1, c=2, *d, e, f=3, **g)
parser/test_data/inputs/function_def.py:18
Functioninvalid_annotations(
p1: "eval(' '.join(map(chr, [105, 110, 116])))", # E
p2: "[int, str]", # E
p3: "(int, str)",
typechecker/test_data/inputs/conformance_tests/annotations_forward_refs.py:41