mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
In the precense of multiple core libraries, `getAThrownException()` would return multiple copies of the same exception, say `System.OverflowException`, one for each core library. With this change we try to identify which core library a given control flow element was compiled against, and only return the corresponding version.