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

Unified Diff: pkg/fixnum/lib/fixnum.dart

Issue 24372002: Int32, Int64 default constructor now takes an optional int parameter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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/fixnum/lib/src/int32.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fixnum/lib/fixnum.dart
diff --git a/pkg/fixnum/lib/fixnum.dart b/pkg/fixnum/lib/fixnum.dart
index fe21c4790bd57ea50caea134320fb5d6c58a19e3..72a0c507afb373e4f5b70e2363a73990e36576ca 100644
--- a/pkg/fixnum/lib/fixnum.dart
+++ b/pkg/fixnum/lib/fixnum.dart
@@ -14,6 +14,8 @@
*/
library fixnum;
+import 'package:meta/meta.dart';
+
part 'src/intx.dart';
part 'src/int32.dart';
part 'src/int64.dart';
« no previous file with comments | « no previous file | pkg/fixnum/lib/src/int32.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698