Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
RemoveSingleExpressionStringTemplateIntention
/
before.kt.template
blob: b2246682813ecbe196caab4299947ee7889e265b [
file
]
fun foo
(
x
:
Int
,
y
:
String
)
{
val z
=
"$y"
val w
=
"$x"
}