poohbar
fun foo(input: String = "default")... val s: String? = "hi" foo(s) // error
Matheus
input: String? = "default"