fun test(a: Any?) { if (a != null) { a.foo(11) } } fun Any.foo(t: T) = t