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

Unified Diff: tests/language_strong/final_super_field_set_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 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 | « tests/language_strong/final_param_test.dart ('k') | tests/language_strong/final_syntax_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/final_super_field_set_test.dart
diff --git a/tests/language_strong/final_super_field_set_test.dart b/tests/language_strong/final_super_field_set_test.dart
index 9c3289bb1f94059cdc49e5330bfad14bb4f58d3f..36e9f89bbce5b54d3fc1e7961b5a7bfa0a951bf5 100644
--- a/tests/language_strong/final_super_field_set_test.dart
+++ b/tests/language_strong/final_super_field_set_test.dart
@@ -11,10 +11,10 @@ class SuperClass {
class Class extends SuperClass {
m() {
- super.field = 87; /// 01: static type warning
+ super.field = 87; //# 01: static type warning
}
}
main() {
- new Class().m(); /// 01: continued
+ new Class().m(); //# 01: continued
}
« no previous file with comments | « tests/language_strong/final_param_test.dart ('k') | tests/language_strong/final_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698