// ALLOW_KOTLIN_PACKAGE package kotlin @Deprecated("") @DeprecatedSinceKotlin fun foo() {} fun test() { foo() }