Emotional Kotlin :wink:
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