For example, `foo: Option[String]` is fine However, the following breaks: ``` type StringOption = Option[String] foo: StringOption ``` Need to call `.normalize` on the `TypeSymbol` to expand types aliases
For example,
foo: Option[String]is fineHowever, the following breaks:
Need to call
.normalizeon theTypeSymbolto expand types aliases