Type Alias can start with a capital letter accidentally · Issue #564 · ruby/rbs

Problem Type Alias should start with a small letter. But it can start with a capital letter accidentally in the syntax. # test.rbs type T = String class C def m: () -> T end $ rbs parse test.rbs $ ...