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

Unified Diff: sky/sdk/example/widgets/tabs.dart

Issue 1226113007: Add @override annotation to known overriden methods (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/sdk/example/widgets/styled_text.dart ('k') | sky/sdk/lib/animation/animation_performance.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/widgets/tabs.dart
diff --git a/sky/sdk/example/widgets/tabs.dart b/sky/sdk/example/widgets/tabs.dart
index 4b69a6a4e5955a1de2e42189aa66d8fc7153f6ca..5138cb9d26738a064d82b15282f2d1ba7b7f24da 100644
--- a/sky/sdk/example/widgets/tabs.dart
+++ b/sky/sdk/example/widgets/tabs.dart
@@ -80,7 +80,7 @@ class TabbedNavigatorApp extends App {
"THIS TAB IS PRETTY WIDE TOO",
"MORE",
"TABS",
- "TO",
+ "TO",
"STRETCH",
"OUT",
"THE",
@@ -104,6 +104,7 @@ class TabbedNavigatorApp extends App {
);
}
+ @override
Widget build() {
List<TabNavigatorView> views = <TabNavigatorView>[
new TabNavigatorView(
« no previous file with comments | « sky/sdk/example/widgets/styled_text.dart ('k') | sky/sdk/lib/animation/animation_performance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698