6b98602afc
This `klibSourceFile` information is deserialized from klibs to retain the information of the original SourceFile location of a declaration. ^KT-66271 Fixed
10 lines
146 B
Kotlin
Vendored
10 lines
146 B
Kotlin
Vendored
// TARGET_PLATFORM: JS
|
|
// MODULE_KIND: LibraryBinary
|
|
|
|
// FILE: Some.kt
|
|
package some
|
|
fun foo() = 42
|
|
|
|
// FILE: Other.kt
|
|
package other
|
|
fun bar() = 42 |