In the post 1.8+ only world, it makes no sense anymore to have a hierarchy of TypeAnnotationCodeStream <: StackMapFrameCodeStream <: CodeStream.
Collapsing them into one, just CodeStream would make maintenance much easier.
Rather than help, these just obfuscate.
In the post 1.8+ only world, it makes no sense anymore to have a hierarchy of
TypeAnnotationCodeStream<:StackMapFrameCodeStream<:CodeStream.Collapsing them into one, just
CodeStreamwould make maintenance much easier.Rather than help, these just obfuscate.