61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
6 lines
80 B
Kotlin
Vendored
6 lines
80 B
Kotlin
Vendored
package a
|
|
|
|
val c: Int = 1
|
|
var b: Int = 0
|
|
|
|
<selection>fun f() = c + b</selection> |