blob: 1a0595b8273c54189e7b868bc5cb70f1d082dcd9 [file] [log] [blame]
fun main() {
val y = 20
val ex = 5 <=<caret> y
}