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