We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd83515 commit d473c71Copy full SHA for d473c71
1 file changed
swift/schema.py
@@ -1480,7 +1480,14 @@ class TypeValueExpr(Expr):
1480
class IntegerType(Type):
1481
value: string
1482
1483
-class BuiltinFixedArrayType(BuiltinType):
+class BuiltinGenericType(BuiltinType):
1484
+ """
1485
+ A builtin generic type.
1486
1487
+ pass
1488
+
1489
1490
+class BuiltinFixedArrayType(BuiltinGenericType):
1491
"""
1492
A builtin type representing N values stored contiguously.
1493
0 commit comments