Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLibAndBackendCompilation
/
finalArtifactClashes
/
jsFileNameAndPackagesClashes.kt
blob: c25e5dd4fd98adb84f1d90f0ae4a3af1e40711a9 [
file
]
// FIR_IDENTICAL
// DIAGNOSTICS: -ERROR_SUPPRESSION
// FILE: A.kt
<!
CLASHED_FILES_IN_CASE_INSENSITIVE_FS
!>
package
foo
fun test
()
=
1
<!>
// FILE: B.kt
<!
CLASHED_FILES_IN_CASE_INSENSITIVE_FS
!>
@file
:
JsFileName
(
"a"
)
package
foo
fun bar
()
=
2
<!>