blob: 084f4521aec07b474b197c4f0ff4ecfbe34ed41c [file] [log] [blame]
fun a(x: Int) {
val a = <selection>x + 1</selection>
"it's a number ${x + 1}"
}