// !DIAGNOSTICS: -UNUSED_PARAMETER fun testCompound() { fun Nothing.get(i: Int) {} todo()!![12] } fun testCompound1() { fun Int.times(s: String): Array = throw Exception() (todo() * "")[1] } fun todo() = throw Exception()