Skip to content

Commit

Permalink
Remove sema. to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdrag00nv2 committed Jan 19, 2024
1 parent 5aa8546 commit 3b8e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/sema/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@ func ArrayToConstantSizedFunctionType(elementType Type) *FunctionType {
Range: ast.NewRangeFromPositioned(memoryGauge, errorRange),
Details: fmt.Sprintf(
"Type argument for %s must be [%s; _]",
sema.ArrayTypeToConstantSizedFunctionName,
ArrayTypeToConstantSizedFunctionName,
elementType,
),
})
Expand Down

0 comments on commit 3b8e20e

Please sign in to comment.