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 56450af commit a3c230eCopy full SHA for a3c230e
lib/AST/RequirementMachine/PropertyMap.h
@@ -117,7 +117,7 @@ class PropertyBag {
117
return Superclass.hasValue();
118
}
119
120
- Type getSuperclassBound() const {
+ CanType getSuperclassBound() const {
121
return Superclass->getSuperclass();
122
123
@@ -130,7 +130,7 @@ class PropertyBag {
130
return ConcreteType.hasValue();
131
132
133
- Type getConcreteType() const {
+ CanType getConcreteType() const {
134
return ConcreteType->getConcreteType();
135
136
0 commit comments