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