// IS_APPLICABLE: false /** * This is a doc-comment */ @deprecated("") fun foo() { bar() } fun bar(){}