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