Index: pkg/fletchc/lib/src/driver/developer.dart |
diff --git a/pkg/fletchc/lib/src/driver/developer.dart b/pkg/fletchc/lib/src/driver/developer.dart |
index b2e6b734653fa3ac5c868034875be9f379b2f1d0..96850f848a7797f203dec24e3ae10bde7e41243a 100644 |
--- a/pkg/fletchc/lib/src/driver/developer.dart |
+++ b/pkg/fletchc/lib/src/driver/developer.dart |
@@ -457,6 +457,7 @@ Future<Address> readAddressFromUser( |
return null; |
} |
} |
+ return null; |
ahe
2015/12/01 10:12:12
What is this for?
sigurdm
2015/12/03 14:48:09
To shut up the analyzer.
If there are no more com
|
} |
SessionState createSessionState( |