blob: 5fb5cb5ad86418382076431f34927c53ae806142 [file] [log] [blame]
public class A
{
void foo()
{
obj.method1( a,
b,
c,
d,
e,
f );
}
}