Skip to content

Commit d5ded93

Browse files
authored
Merge pull request #21723 from jketema/swift-fixed-array
Swift: Expose the generic arguments of `BuiltinFixedArrayType`s
2 parents b108e17 + e3b88cb commit d5ded93

File tree

21 files changed

+11718
-14
lines changed

21 files changed

+11718
-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)