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