IR: use names $this/$receiver for receivers in copied static functions
Similarly to the other places in the IR backend (e.g. see `copyValueParametersToStatic` in the same file). In JVM IR, these names are used for example for receiver parameters of methods copied to DefaultImpls classes. Since Java stub code generated by kapt mentions them, it fixes a few issues in tests on kapt + JVM IR (KT-49682).
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
interface IntfWithoutDefaultImpls
|
||||
|
||||
interface IntfWithDefaultImpls {
|
||||
|
||||
Reference in New Issue
Block a user