Skip to content

Commit 8f36ce0

Browse files
dcharkesCommit Queue
authored andcommitted
[compiler] Address nit
https://dart-review.googlesource.com/c/sdk/+/416000/31/pkg/compiler/lib/src/ir/annotations.dart#428 Change-Id: If16b1115c8eec392af3b017b8a03f619d5349299 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/463660 Auto-Submit: Daco Harkes <[email protected]> Reviewed-by: Mayank Patke <[email protected]> Commit-Queue: Mayank Patke <[email protected]>
1 parent 89777fc commit 8f36ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compiler/lib/src/ir/annotations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Iterable<PragmaAnnotationData> _pragmaAnnotations(ir.Constant constant) {
425425
];
426426
}
427427
}
428-
return [];
428+
return const [];
429429
}
430430

431431
List<PragmaAnnotationData> computePragmaAnnotationDataFromIr(

0 commit comments

Comments
 (0)