FIR: add pointer from primary constructor param to correspondng property

This commit is contained in:
Tianyu Geng
2021-10-19 11:18:39 -07:00
committed by Roman Golyshev
parent 112f365414
commit 9b3add0130
18 changed files with 31 additions and 19 deletions
@@ -1,6 +1,6 @@
FILE: nestedClass.kt
public? abstract class Base : R|kotlin/Any| {
public? [ContainingClassKey=Base] constructor(s: String): R|Base| {
public? [ContainingClassKey=Base] constructor([CorrespondingProperty=/Base.s] s: String): R|Base| {
super<R|kotlin/Any|>()
}