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

Unified Diff: pkg/analyzer-experimental/lib/src/generated/utilities_dart.dart

Issue 12671003: Push new analyzer-experimental with Resolver and ResolverTest. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer-experimental/lib/src/generated/source_io.dart ('k') | pkg/analyzer-experimental/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer-experimental/lib/src/generated/utilities_dart.dart
diff --git a/pkg/analyzer-experimental/lib/src/generated/utilities_dart.dart b/pkg/analyzer-experimental/lib/src/generated/utilities_dart.dart
index de1248828e1d9af545c315b9d39dfeedc639588b..185d559b0122ff42ea0756a33e9324778fc01d00 100644
--- a/pkg/analyzer-experimental/lib/src/generated/utilities_dart.dart
+++ b/pkg/analyzer-experimental/lib/src/generated/utilities_dart.dart
@@ -8,6 +8,7 @@ library engine.utilities.dart;
* The enumeration {@code ParameterKind} defines the different kinds of parameters. There are two
* basic kinds of parameters: required and optional. Optional parameters are further divided into
* two kinds: positional optional and named optional.
+ * @coverage dart.engine.utilities
*/
class ParameterKind {
static final ParameterKind REQUIRED = new ParameterKind('REQUIRED', 0, false);
@@ -16,6 +17,7 @@ class ParameterKind {
static final List<ParameterKind> values = [REQUIRED, POSITIONAL, NAMED];
final String __name;
final int __ordinal;
+ int get ordinal => __ordinal;
/**
* A flag indicating whether this is an optional parameter.
*/
« no previous file with comments | « pkg/analyzer-experimental/lib/src/generated/source_io.dart ('k') | pkg/analyzer-experimental/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698