// PROBLEM: none class My(val x: Number) fun My.foo(): Int { val y = x if (y is Int) return y return 0 }