Skip to content
  • Sven Brauch's avatar
    fix hinted type appearing repeatedly in unsure type list · bb98418e
    Sven Brauch authored
    The check looking whether a type is already in the list of possible
    types for an unsure does not work properly for HintedTypes, because
    they create a new IndexedType each (due to different modification
    revisions).
    When a function declaration was imported from another file, this would
    leed to arbitrarily large type lists, since on each parse pass of the
    importer an entry would be added but the list was never cleared.
    
    BUG:358563
    bb98418e