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

Side by Side Diff: pkg/analyzer_cli/test/data/flutter_analysis_options/lib/main.dart

Issue 2746333008: Run dartfmt on dart2js codebase. (Closed)
Patch Set: Format all analyzer packages Created 3 years, 9 months 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 unified diff | Download patch
OLDNEW
1 import 'package:flutter/material.dart'; 1 import 'package:flutter/material.dart';
2 2
3 void main() { 3 void main() {
4 new FloatingActionButton( 4 new FloatingActionButton(
5 //child: new Icon(Icons.add), <<<<<<<< missing required param 5 //child: new Icon(Icons.add), <<<<<<<< missing required param
6 ); 6 );
7 } 7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698