rocketraman
null
fun something(val foo: Int = 100) val bar: Int? = null something(bar) // would implicitly call something(100)