| Index: tests/language/language_analyzer.status
|
| ===================================================================
|
| --- tests/language/language_analyzer.status (revision 30100)
|
| +++ tests/language/language_analyzer.status (working copy)
|
| @@ -18,7 +18,6 @@
|
| # TBF: we should check conflicts not only for methods, but for accessors too
|
| override_field_test/03: fail
|
| method_override7_test/03: Fail # Issue 11496
|
| -method_override8_test/03: Fail # Issue 11496
|
|
|
| # Please add new failing tests before this line.
|
| # Section below is for invalid tests.
|
| @@ -149,7 +148,12 @@
|
| # test issue 14410, "typedef C = " is now really illegal syntax
|
| mixin_illegal_syntax_test/none: fail
|
|
|
| +# test issue 14736, It is a static warning if a class C declares an instance method named n and has a setter named n=.
|
| +setter4_test: StaticWarning
|
|
|
| +
|
| +
|
| +
|
| abstract_exact_selector_test: StaticWarning
|
| abstract_getter_test: StaticWarning
|
| abstract_object_method_test: StaticWarning
|
|
|