that is kinda weird, dunno why invoking `println` ...
# announcements
s
that is kinda weird, dunno why invoking
println
would need to care about coercing
Int?
to
Int
👍 1
a
I was in the same boat, but I'm having trouble thinking of a reason against it. Who's responsibility is it to handle null? println, or the caller?
s
hmm, I mean, since the stdlib provides
println(Any?)
, ostensibly
println
takes on the responsibility
🤔 1
b
also you can print a null value, it just prints as "null",