[FE] Add visitContextReceiverList to KtVisitorVoid
This commit is contained in:
committed by
TeamCityServer
parent
7494c0896b
commit
9896cbd2b8
@@ -145,6 +145,10 @@ public class KtVisitorVoid extends KtVisitor<Void, Void> {
|
|||||||
super.visitSuperTypeEntry(specifier, null);
|
super.visitSuperTypeEntry(specifier, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void visitContextReceiverList(@NotNull KtContextReceiverList contextReceiverList) {
|
||||||
|
super.visitContextReceiverList(contextReceiverList, null);
|
||||||
|
}
|
||||||
|
|
||||||
public void visitConstructorDelegationCall(@NotNull KtConstructorDelegationCall call) {
|
public void visitConstructorDelegationCall(@NotNull KtConstructorDelegationCall call) {
|
||||||
super.visitConstructorDelegationCall(call, null);
|
super.visitConstructorDelegationCall(call, null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user