FIR: include properties from primary constructors in tree
This commit is contained in:
-1
@@ -18,7 +18,6 @@ import org.jetbrains.kotlin.fir.visitors.FirTransformer
|
||||
class FirValueParameterImpl(
|
||||
session: FirSession,
|
||||
psi: PsiElement?,
|
||||
val isProperty: Boolean,
|
||||
name: Name,
|
||||
override var returnType: FirType,
|
||||
override val defaultValue: FirExpression?,
|
||||
|
||||
Reference in New Issue
Block a user