Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
CopyConcatenatedStringToClipboardIntention
/
before.kt.template
blob: c2ffd40a886cd2980af8aa9b3c75834a5c8b7d7c [
file
] [
log
] [
blame
]
fun p
(
s
:
String
,
t
:
String
)
{
println
(<
spot
>
"s: $s t: $t"
</
spot
>)
}