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