Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
ReplaceOccurence.kt.after
blob: c2d61f8c3f18ef0ec0e0320260b72b500754c20e [
file
] [
log
] [
blame
]
fun a
(
x
:
Int
)
{}
fun b
()
{
val x
=
1
a
(
x
)
}