fun testPrefix() { fun Any.not() {} !todo() } fun testPostfixWithCall(n: Nothing) { fun Nothing.inc(): Nothing = this n++ } fun testPostfixSpecial() { todo()!! } fun todo() = throw Exception()