61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
6 lines
97 B
Kotlin
Vendored
6 lines
97 B
Kotlin
Vendored
package a
|
|
|
|
private val d = 1
|
|
private val b = 2
|
|
|
|
<selection>fun f(c: IntRange) = d + b</selection> |