Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLibAndBackendCompilation
/
finalArtifactClashes
/
fileNameAndPackagesClashes.kt
blob: c4a6d8c41511750438517fd51cae351f140ad94d [
file
]
// RUN_PIPELINE_TILL: BACKEND
// DIAGNOSTICS: -ERROR_SUPPRESSION
// FILE: foo/A.kt
<!
CLASHED_FILES_IN_CASE_INSENSITIVE_FS
!>
package
foo
fun test
()
=
1
<!>
// FILE: bar/a.kt
<!
CLASHED_FILES_IN_CASE_INSENSITIVE_FS
!>
package
foo
fun bar
()
=
2
<!>