class C { @Deprecated("") val foo: String get() = bar() fun bar(): String = "" }