| Index: tests/compiler/dart2js/type_checker_test.dart
|
| diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
|
| index 5a0644c811696644fdaa76133c43a08ab6bd7856..aad7481265fefab4ee0a97c120cded103ccefccb 100644
|
| --- a/tests/compiler/dart2js/type_checker_test.dart
|
| +++ b/tests/compiler/dart2js/type_checker_test.dart
|
| @@ -2013,7 +2013,7 @@ analyzeTopLevel(String text, [expectedWarnings]) {
|
| !elements.isEmpty;
|
| elements = elements.tail) {
|
| element = elements.head;
|
| - if (element.isClass()) {
|
| + if (element.isClass) {
|
| ClassElement classElement = element;
|
| classElement.ensureResolved(compiler);
|
| classElement.forEachLocalMember((Element e) {
|
|
|