Skip to content

Commit efddfab

Browse files
committed
Swift: Expose the generic arguments of BuiltinFixedArrays
1 parent 97d8993 commit efddfab

File tree

20 files changed

+11714
-14
lines changed

20 files changed

+11714
-14
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class BuiltinFixedArrayType extends @builtin_fixed_array_type {
2+
string toString() { none() }
3+
}
4+
5+
from BuiltinFixedArrayType builtinFixedArrayType
6+
where builtin_fixed_array_types(builtinFixedArrayType, _, _)
7+
select builtinFixedArrayType

0 commit comments

Comments
 (0)