blob: 96d6df997c8eaa3d2db1c7d2cd6107a406d411ea [file] [log] [blame]
// "Replace with safe (?.) call" "true"
fun test(a : Int?) : Int? {
return a <caret>compareTo 6;
}