Skip to content

Commit 4b0753a

Browse files
committed
Rename to avoid hiding
1 parent ebc51a9 commit 4b0753a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ProgressOnderwijsUtils.Tests/HtmlDslGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ public static class AttributeConstructionMethods
258258
return;
259259

260260
string GenerateAttributeLookupTable(
261-
(string elementName, DistinctArray<string> attributes)[] elements)
261+
(string elementName, DistinctArray<string> attributes)[] elementsWithAttributes)
262262
{
263263
// Generate lookup entries for each element
264-
var elementLookups = elements.Select(el => {
264+
var elementLookups = elementsWithAttributes.Select(el => {
265265
var elementAttributes = globalAttributes.Concat(el.attributes).ToDistinctArray();
266266
var attributeEntries = elementAttributes.Select(attrName => {
267267
var methodName = $"_{toClassName(attrName)}";

0 commit comments

Comments
 (0)