// !CHECK_TYPE val x get() = null val y get() = null!! fun foo() { x checkType { _() } y checkType { _() } }