// "Surround with null check" "true" object Obj { fun foo(x: Int) = x } fun use(arg: Int?) { Obj.foo(arg) }