class A {} fun foo(t: T) {} fun someList(): List = throw Exception() fun bar() { foo(someList()) }