blob: 2abba0a9a67eabd90b02668fe584896fd16fc7ed [file] [log] [blame]
fun a(x: Int) {
val i = x + 1
val a = i
"it's a number $i"
}