a8b2d3b4e8
So #KT-17660 Fixed
5 lines
113 B
Kotlin
Vendored
5 lines
113 B
Kotlin
Vendored
data class SomeName(val a: Int, val b: Int, val c: String)
|
|
|
|
fun foo(f: SomeName) {
|
|
f.<caret>copy(2, c = "")
|
|
} |