Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSingleLineLetIntention
/
this.kt.after
blob: bd7b5c17b544d04c0caed24a57099520f7f7ed3e [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun
Int
.
foo
():
Int
{
return
hashCode
().
hashCode
()
}