Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
DelegateWithDefaultParamValueIntentionAction
/
before.java.template
blob: 90e1b2f320b2bd07938bdd8bec665277464b8495 [
file
] [
log
] [
blame
]
class
Test
{
void
foo
(
int
a
,
int
<spot>
b
</
spot
>){
//do smth
}
}