"Nested and local typealiases are not supported" -...
# language-proposals
d
"Nested and local typealiases are not supported" - Is this a permanent thing or case of "not yet implemented"? I think it would be quite helpful to be able to refer to e.g. a complex generic type inside a method by a type alias. Has to be local, because of generic parameters on the method.
4