// "Remove redundant '?'" "true" fun main(args : Array) { val x : Int?? = 15 } /* IGNORE_FIR */