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

Unified Diff: pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart

Issue 2699743002: Get rid of two more warnings. (Closed)
Patch Set: Created 3 years, 10 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 | pkg/front_end/lib/src/fasta/operator.dart » ('j') | pkg/front_end/lib/src/fasta/operator.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart b/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart
index 9f9ea415e093af3528dc0c4d772a87d29c5fda5e..82b942e682295b5c79cd1eaefd8d9acdc213fe33 100644
--- a/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart
@@ -347,7 +347,7 @@ class KernelLibraryBuilder
}
@override
- void includePart(KernelLibraryBuilder part) {
+ void includePart(covariant KernelLibraryBuilder part) {
Siggi Cherem (dart-lang) 2017/02/15 22:05:25 happy to do it differently here, since the other c
super.includePart(part);
nativeMethods.addAll(part.nativeMethods);
boundlessTypeVariables.addAll(part.boundlessTypeVariables);
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/operator.dart » ('j') | pkg/front_end/lib/src/fasta/operator.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698