"{/template}\n";
SoyFileSetNode soyTree = SharedTestUtils.parseSoyFiles(fileContent1, fileContent2);
SoyFileNode a = soyTree.getChild(0);
TemplateNode a0 = a.getChild(0);
TemplateNode a1 = a.getChild(1);
//TemplateNode a2 = a.getChild(2);
TemplateNode a3 = a.getChild(3);
//TemplateNode a4 = a.getChild(4);
TemplateNode a5 = a.getChild(5);
TemplateNode a6 = a.getChild(6);
SoyFileNode b = soyTree.getChild(1);
//TemplateNode b0 = b.getChild(0);
TemplateNode b1 = b.getChild(1);
//TemplateNode b2 = b.getChild(2);
TemplateNode b3 = b.getChild(3);
TemplateNode b4 = b.getChild(4);
IndirectParamsInfo ipi = (new FindIndirectParamsVisitor(null)).exec(a0);
assertEquals(false, ipi.mayHaveIndirectParamsInExternalCalls);
assertEquals(false, ipi.mayHaveIndirectParamsInExternalDelCalls);