blob: 7e0ebee84bc7a1984905a71191284ec46143a422 [file] [log] [blame]
// WITH_RUNTIME
// EXTRACTION_TARGET: lazy property
val n: Int = 1
fun foo(): Int {
return <selection>n + 1</selection>
}