Is it possible to inherit (and override) type aliases in Swift classes? I tried the following and it did not work.
http://swiftstub.com/443158944/
I took a shot in the dark and tried "override" but it's a no go.
Is it at all possible? If it's not possible is there a workaround? (like returning a specific type from a function or something crazy)