blob: db8e78da39ccfa1a8f3cb45c15135d4a112dc421 [file] [log] [blame]
fun main(): Boolean {
if (5 !=<caret> 20) {
return false
}
return true
}