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

Unified Diff: pkg/fasta/lib/src/analyzer/mock_type.dart

Issue 2644633004: Updated to kernel changes in master. (Closed)
Patch Set: Created 3 years, 11 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/fasta/lib/src/analyzer/mock_element.dart ('k') | pkg/fasta/lib/src/compile_platform.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fasta/lib/src/analyzer/mock_type.dart
diff --git a/pkg/fasta/lib/src/analyzer/mock_type.dart b/pkg/fasta/lib/src/analyzer/mock_type.dart
index 44863bed97682a0b5a3c3f4a08820368e57f8f70..d2c33afec4b003312b51ee9f3ef924e18a741c13 100644
--- a/pkg/fasta/lib/src/analyzer/mock_type.dart
+++ b/pkg/fasta/lib/src/analyzer/mock_type.dart
@@ -107,4 +107,6 @@ abstract class MockInterfaceType extends MockType implements InterfaceType {
String name, LibraryElement library) => internalError("not supported.");
InterfaceType substitute4(List<DartType> argumentTypes) => internalError("not supported.");
+
+ get isDartCoreNull => internalError("not supported.");
}
« no previous file with comments | « pkg/fasta/lib/src/analyzer/mock_element.dart ('k') | pkg/fasta/lib/src/compile_platform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698