Files
codeql/java/kotlin-extractor
Ian Lynagh ab891465a4 Kotlin: Don't convert back and forth between ClassId and FqName
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.
2023-10-17 17:01:53 +01:00
..
2022-05-10 18:45:56 +01:00
2023-01-10 14:41:30 +00:00
2022-08-25 16:40:27 +01:00
2022-05-10 18:45:51 +01:00