Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
OccurrencesInStringTemplate.kt
blob: 084f4521aec07b474b197c4f0ff4ecfbe34ed41c [
file
] [
log
] [
blame
]
fun a
(
x
:
Int
)
{
val a
=
<selection>
x
+
1
</
selection
>
"it's a number ${x + 1}"
}