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

Unified Diff: src/tests/site/code/types_no.dart

Issue 83663005: added front page samples to testing, plus a couple of tweaks to front page and code lab (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: changed width of iframe for pirate badge app Created 7 years, 1 month 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 | « src/tests/site/code/testing.dart ('k') | src/tests/site/code/types_yes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tests/site/code/types_no.dart
diff --git a/src/tests/site/code/types_no.dart b/src/tests/site/code/types_no.dart
index d97a6ff64f575319b770f4d5637d0287bc4ef8d0..b2bc374be1a2c63d7a141e60d249caafb82e6661 100644
--- a/src/tests/site/code/types_no.dart
+++ b/src/tests/site/code/types_no.dart
@@ -1,3 +1,9 @@
+
+void main() {
+ print('Hello World!');
+ recalculate(1, 'bob', 3);
+}
+
// Without types.
recalculate(origin, offset, estimate) {
// ...
« no previous file with comments | « src/tests/site/code/testing.dart ('k') | src/tests/site/code/types_yes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698