Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertReferenceToLambda
/
boundReference.kt.after
blob: 54785b2e990ff41ad85a8a4b8dc6d2db08c12ac9 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: true
val x
=
1
val y
=
{
x
.
hashCode
()
}