blob: 5012cb87f1006d4978df457ded287a2e17206772 [file]
// "Remove useless '?'" "true"
fun f(a: Int) : Boolean {
return a is Int?<caret>
}