Merge pull request #9218 from igfoo/igfoo/geninst

Kotlin: Avoid "generic specialisation" label collisions
This commit is contained in:
Ian Lynagh
2022-05-20 11:42:22 +01:00
committed by GitHub
3 changed files with 10 additions and 2 deletions

View File

@@ -160,7 +160,6 @@ class KotlinExtractorExtension(
}
class KotlinExtractorGlobalState {
val genericSpecialisationsExtracted = HashSet<String>()
// These three record mappings of classes, functions and fields that should be replaced wherever they are found.
// As of now these are only used to fix IR generated by the Gradle Android Extensions plugin, hence e.g. IrProperty
// doesn't have a map as that plugin doesn't generate them. If and when these are used more widely additional maps