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