Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c56fbfd1c3dd0cd987d1429b45fe4315a42a7d1a
/
.
/
analysis
/
analysis-api
/
testData
/
danglingFileResolutionModeProvider
/
changedImport.kt
blob: 04bb26327054d8cd0a7ca97ef98583b1ef785a63 [
file
]
// MODULE: original
import
kotlin
.
collections
.
List
class
A
(
x
:
Int
)
// MODULE: copy
import
kotlin
.
collections
.
MutableList
class
A
(
x
:
Int
)