Index: test/codegen/methods.dart |
diff --git a/test/codegen/methods.dart b/test/codegen/methods.dart |
index b3dd90c3f7319fdd00068918d9a4a5ea26229aee..662d15bb35c0fa7538a35dbfd3b25b36ba4ec4ea 100644 |
--- a/test/codegen/methods.dart |
+++ b/test/codegen/methods.dart |
@@ -19,9 +19,8 @@ class A { |
return a + b; |
} |
- int ww(int a, {int b: 0}) { |
- return a + b; |
- } |
+ clashWithObjectProperty({constructor}) => constructor; |
+ clashWithJsReservedName({function}) => function; |
int get a => x(); |