Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
CopyConcatenatedStringToClipboardIntention
/
before.java.template
blob: 4e53fde9a6a301e1076e193c6cc9f9c8dac32847 [
file
] [
log
] [
blame
]
public
class
X
{
void
p
(
String
s
,
String
t
)
{
System
.
out
.
println
(<
spot
>
"s: "
+
s
+
" t: "
+
t
</
spot
>);
}
}