blob: 3e07c686099170106efa1eec8ea0296654729a8f (
plain)
1
2
3
4
5
|
void Test()
{
aaaaaa = condition ? FunctionWithVeryLongName( andWithVeryLongArgumentsToo1, andWithVeryLongArgumentsToo2 )
: FunctionWithVeryLongName( andWithVeryLongArgumentsToo2, andWithVeryLongArgumentsToo1 );
}
|