Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceProperty
/
extractLazyToFile.kt
blob: 7e0ebee84bc7a1984905a71191284ec46143a422 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// EXTRACTION_TARGET: lazy property
val n
:
Int
=
1
fun foo
():
Int
{
return
<selection>
n
+
1
</
selection
>
}