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 ded34af commit 36e1e52Copy full SHA for 36e1e52
include/swift/SIL/TypeLowering.h
@@ -961,12 +961,12 @@ class TypeConverter {
961
}
962
963
CanType getLoweredRValueType(TypeExpansionContext context, Type t) {
964
- return getLoweredType(t, context).getASTType();
+ return getLoweredType(t, context).getRawASTType();
965
966
967
CanType getLoweredRValueType(TypeExpansionContext context,
968
AbstractionPattern origType, Type substType) {
969
- return getLoweredType(origType, substType, context).getASTType();
+ return getLoweredType(origType, substType, context).getRawASTType();
970
971
972
AbstractionPattern getAbstractionPattern(AbstractStorageDecl *storage,
0 commit comments