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