Skip to content

Commit 9587d41

Browse files
committed
Frontend: Replace some calls to getDeclaredType() with getDeclaredInterfaceType()
1 parent adb7bf5 commit 9587d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/ModuleInterfaceSupport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ class InheritedProtocolCollector {
465465
printer << " : ";
466466

467467
ProtocolDecl *proto = protoAndAvailability.first;
468-
proto->getDeclaredType()->print(printer, printOptions);
468+
proto->getDeclaredInterfaceType()->print(printer, printOptions);
469469

470470
printer << " {}\n";
471471
}

0 commit comments

Comments
 (0)