Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
65726c64be853f39a705a972a28bfd1f8a1c54e1
/
.
/
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
)