Skip to content

Commit e1c725f

Browse files
committed
Fix dynamic / unsafe place.
1 parent e888fee commit e1c725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/source_visitor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,7 @@ class SourceVisitor extends ThrowingAstVisitor {
28132813
visit(node.returnType, after: soloSplit);
28142814
modifier(node.propertyKeyword);
28152815
if (node is MethodDeclaration) modifier(node.operatorKeyword);
2816-
visit(node.name);
2816+
token(node.name2);
28172817
builder.endSpan();
28182818

28192819
TypeParameterList? typeParameters;

0 commit comments

Comments
 (0)