sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Constant context not pushed for constant record literals

Open scheglov opened this issue 3 years ago • 0 comments

void f1([(int, List<int>, Set<int>, Map<String, int>, {String n}) v =
    const (n: "", 1, [1], {2}, {"a": 0},)]) {}

scheglov avatar Sep 19 '22 18:09 scheglov