class Main { static function main() { var s:Null<String> = null; trace(s = null ? "null" : "not null"); } }