blob: d4904cad110fee4de82edfb7c7391755ce589a05 [file] [log] [blame]
// EXTRACTION_TARGET: property with getter
val n: Int = 1
fun foo(): Int {
val m = 1
return <selection>n + m + 1</selection>
}