mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
This showed up as a bug in Kotlin 2 mode: We were starting with the Class Id "java/util/Map.Entry", which we then converted to the FqName "java.util.Map.Entry", and then back to a Class Id with ClassId.topLevel. This gave us a Class Id that referenceClass wasn't able to resolve. Now we just stick with the Class Id that we started with, and the class can be resolved by Kotlin 2.