Add secondary ctors to incremental analysis
Relates to #KT-35121
This commit is contained in:
@@ -35,6 +35,8 @@ class KtSecondaryConstructor : KtConstructor<KtSecondaryConstructor> {
|
||||
|
||||
fun getDelegationCall(): KtConstructorDelegationCall = findNotNullChildByClass(KtConstructorDelegationCall::class.java)
|
||||
|
||||
fun getDelegationCallOrNull(): KtConstructorDelegationCall? = findChildByClass(KtConstructorDelegationCall::class.java)
|
||||
|
||||
fun hasImplicitDelegationCall(): Boolean = getDelegationCall().isImplicit
|
||||
|
||||
fun replaceImplicitDelegationCallWithExplicit(isThis: Boolean): KtConstructorDelegationCall {
|
||||
|
||||
Reference in New Issue
Block a user