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