fun Any.hashKode(): Int = 404 fun test(b: Boolean): Int { val n: Int = b.hashKode() return n * 2 }