visitReceiverPropertyExtraction method
Implementation
@experimental
@override
T? visitReceiverPropertyExtraction(ReceiverPropertyExtraction node) {
stopwatch.start();
T? result = _baseVisitor.visitReceiverPropertyExtraction(node);
stopwatch.stop();
return result;
}