Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLibAndBackendCompilation
/
finalArtifactClashes
/
fileNameAndPackagesClashes.kt
blob: 4d492ae526e8790e4ad20ce34d47bacc4f5eba32 [
file
]
// FIR_IDENTICAL
// 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
<!>