From 789b3e352d6aba2b289f7a00bd59979a9e83002a Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 14 Jun 2021 13:58:08 -0700 Subject: [PATCH] regenerate --- lib/src/generator/templates.runtime_renderers.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/generator/templates.runtime_renderers.dart b/lib/src/generator/templates.runtime_renderers.dart index f9138f4fc3..8bff603be9 100644 --- a/lib/src/generator/templates.runtime_renderers.dart +++ b/lib/src/generator/templates.runtime_renderers.dart @@ -39,9 +39,9 @@ class _Renderer_Accessor extends RendererBase { self.renderSimpleVariable( c, remainingNames, 'CharacterLocation'), isNullValue: (CT_ c) => c.characterLocation == null, - renderValue: - (CT_ c, RendererBase r, List ast) { - return renderSimple(c.characterLocation, ast, r.template, + renderValue: (CT_ c, RendererBase r, + List ast, StringSink sink) { + renderSimple(c.characterLocation, ast, r.template, sink, parent: r, getters: _invisibleGetters['CharacterLocation']); },