FIR: add pointer from primary constructor param to correspondng property
This commit is contained in:
committed by
Roman Golyshev
parent
112f365414
commit
9b3add0130
+1
-1
@@ -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|>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user