<@U0BMADWBS> commented on <@U18DUC6UB>’s file <htt...
# announcements
u
@aimozg commented on @bombe’s file https://kotlinlang.slack.com/files/U18DUC6UB/F41NJJULX/-.kt:
Copy code
val x:Any.()->Int = {1}
fun<T> id(t:T) = t
val y:Any.()->Int = id({2})
Looks like a bug to me though I'm not 100% sure.