d0385e4e7c
We're going to start using this method since 1.4 for parameter null checks, and without this change the compiler would fail if it encountered a call to such method on a lambda parameter inside an inline function, since that call is not inlinable. #KT-22275 In Progress