Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
65726c64be853f39a705a972a28bfd1f8a1c54e1
/
.
/
analysis
/
analysis-api
/
testData
/
danglingFileResolutionModeProvider
/
withAddedWhitespaces.kt
blob: 52ed3f218eeae4ed02c4f3e992d2083c3a89f339 [
file
]
// MODULE: original
interface
A
{
fun foo
()
}
// MODULE: copy
interface
A
{
fun foo
()
}