// PROBLEM: none /** * This is a doc-comment */ @Deprecated("") fun foo() { bar() } fun bar(){}