Files
kotlin-fork/idea/testData/inspectionsLocal/copyWithoutNamedArguments/this.kt
T
2017-05-10 17:43:44 +03:00

3 lines
99 B
Kotlin
Vendored

data class SomeName(val a: Int, val b: Int, val c: String)
fun SomeName.func() = <caret>copy(1, 0)