blob: 3fcdaaebcf1ade99bc13077114b0b23135811599 [file]
val i: Any = 12
fun box(): String {
return if (i == 12) "OK" else "fail"
}