Files
kotlin-fork/idea/testData/refactoring/inline/property/keepImport.kt
T

5 lines
55 B
Kotlin
Vendored

package foo.bar
val b = 1
val <caret>a = b
fun a() = b