Hi All, is there a more Kotlin idiomatic way of do...
# getting-started
h
Hi All, is there a more Kotlin idiomatic way of doing this... return if (thingy!= null) Foo(thingy) else Foo(defaultThingy, additionalParam)