Description
Not sure why this is not allowed currently, but it'd be nice allowing it if there aren't any blockers:
trait SomeTrait {functionsomeMethod() {}}class SomeClass {use SomeTrait { someMethodas final; }}
This currently produces: "Cannot use 'final' as method modifier"