Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
DefineParamsDefaultValueAction
/
after.java.template
blob: e14f067cdce2c880f73d832b1b4086774717b16c [
file
] [
log
] [
blame
]
class
Test
{
void
foo
()
{
foo
(<
spot
>|</
spot
>,);
}
void
foo
(
int
a
,
int
b
){
//do smth
}
}