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

Unified Diff: pkg/analyzer_experimental/test/generated/element_test.dart

Issue 17317002: Convert isX() methods to isX getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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: pkg/analyzer_experimental/test/generated/element_test.dart
diff --git a/pkg/analyzer_experimental/test/generated/element_test.dart b/pkg/analyzer_experimental/test/generated/element_test.dart
index 6331fcce01f942b97b2086238d7351fa0465b226..4625b78a139900ffd369b2604b0cb192185c7932 100644
--- a/pkg/analyzer_experimental/test/generated/element_test.dart
+++ b/pkg/analyzer_experimental/test/generated/element_test.dart
@@ -2732,7 +2732,7 @@ class FunctionTypeImplTest extends EngineTestCase {
}
class InterfaceTypeImpl_18 extends InterfaceTypeImpl {
InterfaceTypeImpl_18(ClassElement arg0) : super.con1(arg0);
- bool isDartCoreFunction() => true;
+ bool get isDartCoreFunction => true;
}
main() {
ElementKindTest.dartSuite();

Powered by Google App Engine
This is Rietveld 408576698