Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: pkg/kernel/lib/transformations/erasure.dart

Issue 2924543002: Fix an analysis warning in pkg/kernel/lib/transformations/erasure.dart. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/transformations/erasure.dart
diff --git a/pkg/kernel/lib/transformations/erasure.dart b/pkg/kernel/lib/transformations/erasure.dart
index 7923928edfa41ea9dbc8a0d3995b2b3c67f092f4..c2f572d2c7855188f5a5b059b87eb064ba933a1e 100644
--- a/pkg/kernel/lib/transformations/erasure.dart
+++ b/pkg/kernel/lib/transformations/erasure.dart
@@ -9,6 +9,7 @@ import '../core_types.dart';
Program transformProgram(CoreTypes coreTypes, Program program) {
program.accept(new Erasure());
+ return program;
}
void transformLibraries(CoreTypes coreTypes, List<Library> libraries) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698