@@ -7088,58 +7088,33 @@ get(false ? i32 : list, i64)
70887088get(false ? i64 : true, f64)
70897089get(false ? score : ok, trimSuffix("bar", "bar"))
70907090get(filter(list, true), i)
7091- get(groupBy(array, "bar"), add)
70927091get(groupBy(array, "bar"), i)
70937092get(groupBy(array, "bar"), ok)
7094- get(groupBy(array, "foo"), half)
7095- get(groupBy(array, #), add)
7096- get(groupBy(array, #), array)
70977093get(groupBy(array, #), f32)
70987094get(groupBy(array, #), f64)
70997095get(groupBy(array, #), foo)
7100- get(groupBy(array, #), greet)
7101- get(groupBy(array, #), half)
71027096get(groupBy(array, #), i)
71037097get(groupBy(array, #), i64 * 0.5)
71047098get(groupBy(array, #), i64)
7105- get(groupBy(array, #)?.String, i64)
7106- get(groupBy(array, 0.5), add)
7107- get(groupBy(array, 0.5), div)
71087099get(groupBy(array, 0.5), ok)
7109- get(groupBy(array, 1), add)
71107100get(groupBy(array, 1), f32)
71117101get(groupBy(array, f64), i64)
71127102get(groupBy(array, false), findIndex(array, ok))
71137103get(groupBy(array, i), ok)
7114- get(groupBy(array, i), score)
7115- get(groupBy(array, i64), add)
7116- get(groupBy(array, ok), add)
71177104get(groupBy(array, true), i32)
71187105get(groupBy(list, "bar"), i32)
7119- get(groupBy(list, "foo"), greet)
7120- get(groupBy(list, #), div)
71217106get(groupBy(list, #), f32 <= f64)
71227107get(groupBy(list, #), f32)
71237108get(groupBy(list, #), foo)
7124- get(groupBy(list, #), greet)
7125- get(groupBy(list, #), half)
71267109get(groupBy(list, #), i)
71277110get(groupBy(list, #), i32)
71287111get(groupBy(list, #), i64)
71297112get(groupBy(list, #), int(f32))
7130- get(groupBy(list, #), list)
71317113get(groupBy(list, #), reduce(array, foo))
71327114get(groupBy(list, #), score(1))
7133- get(groupBy(list, #), score)
7134- get(groupBy(list, 0.5), array)
7135- get(groupBy(list, 0.5), div)
71367115get(groupBy(list, 0.5), ok)
71377116get(groupBy(list, 1), i32)
7138- get(groupBy(list, f32), greet)
7139- get(groupBy(list, foo), add)
71407117get(groupBy(list, foo), i32)
7141- get(groupBy(list, ok), greet)
7142- get(groupBy(list, ok), list)
71437118get(i .. 1, 1 * 1)
71447119get(i .. i32, i)
71457120get(i32 .. i, i64)
@@ -7200,12 +7175,10 @@ get(list, max(i32))
72007175get(list, min(i32))
72017176get(list, min(i64))
72027177get(list, ok ? 0.5 : "foo")
7203- get(list, ok ? array : "foo")
72047178get(list, reduce(list, i64))
72057179get(list, score(1))
72067180get(list, score(i))
72077181get(list, true ? i : i32)
7208- get(list, {"foo": i32}?.i)
72097182get(list[i64:1], i)
72107183get(map(array, #), i)
72117184get(map(array, #), i32)
@@ -7221,18 +7194,15 @@ get(map(list, 1), i32)
72217194get(map(list, array), i)
72227195get(map(list, i32), i64)
72237196get(map(list, i64), i64)
7224- get(ok ? "bar" : false, array)
72257197get(ok ? 1 : "bar", f32)
72267198get(ok ? add : f32, array)
72277199get(ok ? f64 : div, i64)
72287200get(ok ? false : list, f32 > i)
7229- get(ok ? foo : 0.5, div)
72307201get(ok ? half : i32, i)
72317202get(ok ? half : ok, f64)
72327203get(ok ? i : 0.5, half)
72337204get(ok ? i32 : half, f64)
72347205get(ok ? i64 : foo, f32)
7235- get(ok ? list : "foo", add)
72367206get(ok ? list : i32, f32)
72377207get(ok ? ok : div, greet)
72387208get(ok ? score : f64, i)
@@ -7241,7 +7211,6 @@ get(reduce(list, array), i32)
72417211get(sort(array), i32)
72427212get(take(list, i), i64)
72437213get(true ? "bar" : ok, score(i))
7244- get(true ? "foo" : half, list)
72457214get(true ? 0.5 : i32, array)
72467215get(true ? f32 : 0.5, ok)
72477216get(true ? false : foo, i64 > 0.5)
0 commit comments