fun foo() = throw Exception() fun bar() = null!! fun baz() = bar() fun gav(): Any = null!!