Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
hashCode
/
hashCode.kt
blob: 19a7de4157860601b849a2c24d83d941c3e2f7af [
file
]
fun box
():
String
{
true
.
hashCode
()
1.toByte
().
hashCode
()
1.toChar
().
hashCode
()
1.toShort
().
hashCode
()
1.hashCode
()
1L
.
hashCode
()
1.0F
.
hashCode
()
1.0
.
hashCode
()
""
.
hashCode
()
return
"OK"
}
// 9 \.hashCode
// 9 \.hashCode \(\)I