Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceProperty
/
extractToFileWithNameClash.kt
blob: adc729a9d8cd4c7608a5792ecba0b41b2a90d688 [
file
] [
log
] [
blame
]
// EXTRACTION_TARGET: property with initializer
val i
=
1
fun foo
():
Int
{
return
<selection>
1
+
2
</
selection
>
}