// TARGET_PLATFORM: JS // MODULE_KIND: LibraryBinary // FILE: Some.kt package some fun foo() = 42 // FILE: Other.kt package other fun bar() = 42