// ALLOW_KOTLIN_PACKAGE // FILE: a.kt package kotlin.pckg fun foo() { bar() } // FILE: b.kt package kotlin.pckg fun bar() { }