FIR deserializer: fix parameter shift for constructor of inner classes and enums

#KT-39837 Fixed
This commit is contained in:
Jinseong Jeon
2020-06-30 11:50:25 -07:00
committed by Dmitriy Novozhilov
parent 8e24256f95
commit c9e423bf64
5 changed files with 42 additions and 24 deletions
@@ -15,7 +15,7 @@ public final enum class E : R|kotlin/Enum<test/E>| {
public final val y: R|kotlin/Int|
public get(): R|kotlin/Int|
private constructor(x: R|kotlin/String|, y: R|kotlin/Int|): R|test/E|
private constructor(@R|test/A|() x: R|kotlin/String|, @R|test/B|() y: R|kotlin/Int|): R|test/E|
public final static fun values(): R|kotlin/Array<test/E>| {
}