032d69aa41
Parameter names of some methods are different in JVM IR, for example extension receivers of property `$annotations` methods are named `<this>`, which made the `Name.identifier` call fail. It seems fine to use the "p + index" name for this instead. #KT-49682