Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
analysis-api
/
testData
/
symbols
/
symbolByPsi
/
destructuringDeclaration.pretty.txt
blob: 05e2b4dc1e7c015578c27c72f036588a4f7f5f59 [
file
]
fun destruct(): kotlin.Int
data class P(x: kotlin.Int, y: kotlin.Int) {
val x: kotlin.Int
val y: kotlin.Int
}