Emotional Kotlin :wink:
# getting-started
i
Emotional Kotlin 😉
😆 10
😵 2
😃 1
🐕 7
j
k
Is there a way I can get the following to work?
Copy code
typealias `🔢` = Int
typealias `📅⌚` = LocalDateTime
typealias `🌲🗺` = TreeMap  // error
val mapDateTimeToInt = `🌲🗺`<`📅⌚`, `🔢`>()
The above needs parameters for the TreeMap alias - I was hoping for a way to name a typealias that can take parameters.
i
From my experiments I cna tell you that ticks are not supported everywhere 😜
m