Files
kotlin-fork/idea/idea-completion/testData/basic/common/ComponentFunction.kt
T
2016-10-04 19:28:53 +03:00

10 lines
111 B
Kotlin
Vendored

data class X {
operator fun component1(): Int = 0
}
fun foo(x: X) {
x.<caret>
}
// EXIST: component1