Skip to content

Commit a60da70

Browse files
authored
Merge pull request flutter#17 from dam0vm3nt/strong_mode_fix
fixes flutter#16
2 parents 7e74605 + ef50832 commit a60da70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class SourceMapBuilder {
6060
}
6161

6262
/// An entry in the source map builder.
63-
class Entry implements Comparable {
63+
class Entry implements Comparable<Entry> {
6464
/// Span denoting the original location in the input source file
6565
final SourceLocation source;
6666

0 commit comments

Comments
 (0)