Alexander Ioffe
05/09/2025, 2:58 PM(x:Int) >= (x:Double)
it will insert a toDouble
making it (x:Int).toDouble() >= (x:Double)
. On the toDouble
IrCall instance, is there some way of knowing whether this is something that the user actually coded or if it was inserted by the compiler?