Files
kotlin-fork/idea/testData/codegen/identityHashCode.jet
T

1 line
58 B
Plaintext

fun f(o: Any) : Int { return System.identityHashCode(o); }