We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad0313 commit 60df2efCopy full SHA for 60df2ef
Sources/Runtime/Metadata/FuntionMetadata.swift
@@ -43,7 +43,7 @@ struct FunctionMetadata: MetadataType {
43
}
44
45
private func numberArguments() -> Int {
46
- return pointer.pointee.flags & 0x00FFFFFF
+ return pointer.pointee.flags & 0x0000FFFF
47
48
49
private func `throws`() -> Bool {
0 commit comments