i have my first kotlin complaint. if i have some `fun x(a: Int = 1)`, and i want to wrap it with `fun myX(a: Int?)`, there's no way to pass my value if it's not null, or the default if it is. afaict this is because default values are compile-time only. other than that, i find kotlin cuter every day.
3 months ago