val Int.f: Float get() = this.toFloat() val test = 1. // INVOCATION_COUNT: 1 // EXIST: f