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

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

Issue 2710313002: rework analyzer_cli to use ContextBuilder getAnalysisOptions (Closed)
Patch Set: 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
(Empty)
1 import 'package:flutter/material.dart';
2
3 void main() {
4 new FloatingActionButton(
5 //child: new Icon(Icons.add), <<<<<<<< missing required param
6 );
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698