Log Message:
-----------
class.c: Generated :reader methods should not put an OP_NEXTSTATE before OP_METHSTART
It doesn't show up in tests here, but it will confuse B::Deparse's
attempts to find the OP_METHSTART, as regular `method foo () { ... }`
will not have such a thing there.