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