protected LocalInspectionTool[] getHighlightingInspections() {
return new LocalInspectionTool[]{new FtlReferencesInspection()};
}
public void testMacroParametersResolveOnlyToParameters() throws Throwable {
myFixture.enableInspections(new FtlInspectionToolProvider());
myFixture.testHighlighting(true, false, false, "MacroParametersResolveOnlyToParameters.ftl");
}