Files
kotlin-fork/analysis/analysis-api/testData/symbols/symbolByPsi/classPrimaryConstructor.pretty.txt
T
Stanislav Erokhin 2deb0cc237 FIR/Analysis API: Add KtValueParameterSymbol#generatedPrimaryConstructorProperty
This property are used to allow access to the property created from
the primary constructor parameter
2022-05-30 18:39:21 +00:00

5 lines
79 B
Plaintext
Vendored

class A {
constructor(a: kotlin.Int, b: kotlin.String)
val a: kotlin.Int
}