File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SwiftCompilerSources/Sources/SIL Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public struct Type : CustomStringConvertible, NoReflectionChildren {
81
81
!isNoEscapeFunction && isEscapable ( in: function)
82
82
}
83
83
84
- /// Can only be used if the type is in fact a nominal type (`isNominal` is true) .
84
+ /// Can only be used if the type is in fact a nominal type.
85
85
public var nominal : NominalTypeDecl ? {
86
86
bridged. getNominalOrBoundGenericNominal ( ) . getAs ( NominalTypeDecl . self)
87
87
}
@@ -128,7 +128,7 @@ public struct Type : CustomStringConvertible, NoReflectionChildren {
128
128
function. bridged. getLoweredType ( self . bridged) . type
129
129
}
130
130
131
- /// Can only be used if the type is in fact a nominal type (`isNominal` is true) .
131
+ /// Can only be used if the type is in fact a nominal type.
132
132
/// Returns nil if the nominal is a resilient type because in this case the complete list
133
133
/// of fields is not known.
134
134
public func getNominalFields( in function: Function ) -> NominalFieldsArray ? {
You can’t perform that action at this time.
0 commit comments