Skip to content

Commit

Permalink
Merge pull request flutter#17 from dam0vm3nt/strong_mode_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmundch authored Oct 13, 2016
2 parents 7e74605 + ef50832 commit a60da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class SourceMapBuilder {
}

/// 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;

Expand Down

0 comments on commit a60da70

Please sign in to comment.