Currently malformed named tuples like this one (note name mismatch): ``` sched_param = NamedTuple('sched_priority', [ ('sched_priority', int), ]) ``` Cause a crash in incremental mode with new semantic analyzer.