annotation class A() { constructor(s: Nothing?) {} init {} fun foo() {} val bar: Nothing? val baz get() = Unit }