Like this? ``` typealias MyData<K> = Map&lt...
# announcements
d
Like this?
Copy code
typealias MyData<K> = Map<K, List<Int>>

fun MyData<Custom>.hello() =  /* something */
it doesn't let me to define fun like this, illegal syntax...