Skip to content

Commit cea794f

Browse files
committed
-
1 parent 310be1b commit cea794f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/PrincipleMacros/Syntax/Extensions/ClassDeclSyntax.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ extension ClassDeclSyntax {
2020
}
2121

2222
public func inferredSuperclass(
23-
expectation: Bool?
23+
isExpected: Bool?
2424
) throws -> TypeSyntax? {
25-
switch expectation {
25+
switch isExpected {
2626
case true:
2727
if let superclass = unverifiedInferredSuperclass {
2828
return superclass

0 commit comments

Comments
 (0)