﻿// Test that delegates are generated with the minimum
// number of parameters in the presence of Range scopes.

RngSeq(c0: 3, s: ["A", "B", "C"], c1: 3, (#c0, c0, s, #c1, c1)) // Not indexed.
RngSeq(c0: 3, s: ["A", "B", "C"], c1: 3, (#c0, c0, #s, s, #c1, c1))
