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

Unified Diff: test/_data/p5/p5.dart

Issue 1414793007: Lint to check for declared return types (#146). (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 5 years, 1 month 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 | « lib/src/rules/always_declare_return_types.dart ('k') | test/rules/always_declare_return_types.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/_data/p5/p5.dart
diff --git a/test/_data/p5/p5.dart b/test/_data/p5/p5.dart
index 1351739c9bb54b79bce2c3303439fe2c8b787e30..fbb9dfdc98ff2159eeca0d37cd7df80ce32d9c49 100644
--- a/test/_data/p5/p5.dart
+++ b/test/_data/p5/p5.dart
@@ -4,6 +4,6 @@
import 'package:p6/p6_lib.dart';
-main() {
+void main() {
p6_lib();
}
« no previous file with comments | « lib/src/rules/always_declare_return_types.dart ('k') | test/rules/always_declare_return_types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698