Fix `bin/sort` for constants by pocke · Pull Request #919 · ruby/rbs
This PR partially fixes issue #918. Previously bin/sort raises an error on a constant declaration in a class decl. For example: # test.rbs class C def foo: () -> void C: String B: String ...