File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -574,10 +574,10 @@ func (t *Type) ObjectFlags() ObjectFlags {
574
574
575
575
// Casts for concrete struct types
576
576
577
- func (t * Type ) AsIntrinsicType () * IntrinsicType { return t .data .(* IntrinsicType ) }
578
- func (t * Type ) AsLiteralType () * LiteralType { return t .data .(* LiteralType ) }
579
- func (t * Type ) AsUniqueESSymbolType () * UniqueESSymbolType { return t .data .(* UniqueESSymbolType ) }
580
- func (t * Type ) AsTupleType () * TupleType { return t .data .(* TupleType ) }
577
+ func (t * Type ) AsIntrinsicType () * IntrinsicType { return t .data .(* IntrinsicType ) }
578
+ func (t * Type ) AsLiteralType () * LiteralType { return t .data .(* LiteralType ) }
579
+ func (t * Type ) AsUniqueESSymbolType () * UniqueESSymbolType { return t .data .(* UniqueESSymbolType ) }
580
+ func (t * Type ) AsTupleType () * TupleType { return t .data .(* TupleType ) }
581
581
func (t * Type ) AsInstantiationExpressionType () * InstantiationExpressionType {
582
582
return t .data .(* InstantiationExpressionType )
583
583
}
You can’t perform that action at this time.
0 commit comments