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