Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
packageAndMethod.kt
blob: be5485c12f811f6362d6990c84c770b80d61c58d [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_DIFFERENCE
// This case can't be checked using FIR. It is checked later on klib serialization.
// FILE: foo.kt
package
foo
fun bar
()
=
23
// FILE: foobar.kt
package
foo
.
bar
val x
=
42