Chromium Code Reviews| Index: tests/lib/mirrors/mirrors_test.dart |
| =================================================================== |
| --- tests/lib/mirrors/mirrors_test.dart (revision 11702) |
| +++ tests/lib/mirrors/mirrors_test.dart (working copy) |
| @@ -53,7 +53,7 @@ |
| var mirror = reflect(closure); |
| expect(mirror is ClosureMirror, equals(true)); |
| - var funcMirror = mirror.function(); |
| + var funcMirror = mirror.function; |
| expect(funcMirror is MethodMirror, equals(true)); |
| expect(funcMirror.parameters.length, equals(3)); |