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

Unified Diff: benchmark/lib/benchmarks/repeated_string_json.dart

Issue 1829573002: Fix all strong mode warnings in protoc-plugin (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: regenerate pb.dart files Created 4 years, 9 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 | « benchmark/lib/benchmarks/repeated_int64_json.dart ('k') | benchmark/lib/benchmarks/set_strings.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmark/lib/benchmarks/repeated_string_json.dart
diff --git a/benchmark/lib/benchmarks/repeated_string_json.dart b/benchmark/lib/benchmarks/repeated_string_json.dart
index 4dd6a2007c1e7d4f10a91d47983e51eb68501e34..fbbc4e33ad7372a50ff468fc9efebd6e2e022b13 100644
--- a/benchmark/lib/benchmarks/repeated_string_json.dart
+++ b/benchmark/lib/benchmarks/repeated_string_json.dart
@@ -80,7 +80,7 @@ class RepeatedStringBenchmark extends Benchmark {
static const $id = BenchmarkID.READ_STRING_REPEATED_JSON;
static final $type = new BenchmarkType($id, $create);
- static $create(Request r) {
+ static RepeatedStringBenchmark $create(Request r) {
assert(r.params.hasStringFieldCount());
assert(r.params.hasMessageCount());
assert(r.params.hasStringSize());
« no previous file with comments | « benchmark/lib/benchmarks/repeated_int64_json.dart ('k') | benchmark/lib/benchmarks/set_strings.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698