Join Slack
Powered by
Tried to write my first :kotlin: contract today - ...
# random
o
oshai
07/08/2019, 12:16 PM
Tried to write my first K contract today - so far without great success 😔
oshai
07/08/2019, 12:16 PM
https://stackoverflow.com/questions/56934677/how-to-tell-that-an-extension-method-returns-non-null-if-subject-is-not-null
oshai
07/08/2019, 1:16 PM
turn out it is even easier than I thought
k
karelpeeters
07/08/2019, 5:08 PM
Functions like that that just pass trough nullability are weird, just use
?.
instead.
4
Views
Open in Slack
Previous
Next