Join Slack
Powered by
asking each other to use `someDependency?.someMeth...
# language-proposals
g
groostav
05/25/2016, 6:47 PM
asking each other to use
someDependency?.someMethod() ?: ADefault
instead of
someDependency.someMethod()
because one particular test
might
want to use it from an odd environment is quite a burden
Open in Slack
Previous
Next