diff --git a/src/lint/linter/__tests__/xhpast/php54-features.lint-test b/src/lint/linter/__tests__/xhpast/php54-features.lint-test --- a/src/lint/linter/__tests__/xhpast/php54-features.lint-test +++ b/src/lint/linter/__tests__/xhpast/php54-features.lint-test @@ -1,10 +1,7 @@ m()[0]; +$o->m()[0]; final class SomeClass extends Phobject { public function someMethod() { @@ -19,7 +16,6 @@ }; } } - ~~~~~~~~~~ error:3:5 error:4:9