Skip to content

Commit

Permalink
Fix missing override.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykmnkmi committed Apr 25, 2024
1 parent 2cb7166 commit 7c0c884
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class ExpressionParser extends ExpressionParserImpl {
/// Override to implement [parseInterpolation].
///
/// Basic validation is already performed that [input] is seemingly valid.
@override
AST? parseInterpolationImpl(
String input,
String location,
Expand Down

0 comments on commit 7c0c884

Please sign in to comment.