nice. var x: Int? = null; println( x is Int );...
# kobalt
e
nice. var x: Int? = null; println( x is Int ); ==> false