dmcg
01/24/2017, 5:43 PMtypealias Success<T> = Right<ErrorCode, T>
...
return Success("hooray")
which is pretty useful.
But if that is the only use of the alias, IntelliJ sees it as an unused import and will remove it (embarrassingly on a commit).
Is this is a known bug?