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

Unified Diff: lib/src/utils.dart

Issue 1153003003: fixes #40, extension methods for primitive types (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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
Index: lib/src/utils.dart
diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index 4c7339520c673f724b77c967c1d74164a4615bbe..ec09ff56f4bfec13589557bc2541175d5d597299 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -431,6 +431,7 @@ InterfaceType findSupertype(InterfaceType type, bool match(InterfaceType t)) {
return findSupertype(s, match);
}
+
SourceSpanWithContext createSpan(
AnalysisContext context, CompilationUnit unit, int start, int end,
[Source source]) {

Powered by Google App Engine
This is Rietveld 408576698