Merge pull request dart-lang/source_maps#17 from dam0vm3nt/strong_mode_fix

fixes dart-lang/source_maps#16
diff --git a/pkgs/source_maps/lib/builder.dart b/pkgs/source_maps/lib/builder.dart
index 091e220..c8596fe 100644
--- a/pkgs/source_maps/lib/builder.dart
+++ b/pkgs/source_maps/lib/builder.dart
@@ -60,7 +60,7 @@
 }
 
 /// An entry in the source map builder.
-class Entry implements Comparable {
+class Entry implements Comparable<Entry> {
   /// Span denoting the original location in the input source file
   final SourceLocation source;