Override accept(...) in KtConstructorDelegationCall
This commit is contained in:
@@ -30,6 +30,11 @@ public class KtConstructorDelegationCall extends KtElementImpl implements KtCall
|
|||||||
super(node);
|
super(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public <R, D> R accept(@NotNull KtVisitor<R, D> visitor, D data) {
|
||||||
|
return visitor.visitConstructorDelegationCall(this, data);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Nullable
|
@Nullable
|
||||||
public KtValueArgumentList getValueArgumentList() {
|
public KtValueArgumentList getValueArgumentList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user