blob: 4ddf231cd7468efb57a3277c93b345426822a407 [file]
// "Remove redundant '?'" "true"
fun main(args : Array<String>) {
val x : Int? = 15
}