Would a function like `inline fun Point(x: Number,...
# getting-started
r
Would a function like
inline fun Point(x: Number, y: Number) = Point(x.toFloat(), y.toFloat())
avoid autoboxing since it's inlined?