"typedef"

Hi!

I looked through the grammar for something like a typedef and found something that looks like it.
However, it seems to be either not implemented yet or maybe it doesn’t support declaring a function type.

Anyway, here’s what I’m trying to do:

``

type Action = (() -> Unit)

This gives me: Unsupported [TypeHierarchyResolver]

So, what’s happening here?

Regards, Tommy

It is not implemented yet