FIR/Analysis API: Add KtValueParameterSymbol#generatedPrimaryConstructorProperty
This property are used to allow access to the property created from the primary constructor parameter
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
class A() {
|
||||
class A(val a: Int, b: String) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user