mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
NFC: Use 'enum class' for TypeResolutionFlags
This commit is contained in:
@@ -893,7 +893,7 @@ ConstraintSystem::getTypeOfReference(ValueDecl *value,
|
||||
if (auto typeDecl = dyn_cast<TypeDecl>(value)) {
|
||||
// Resolve the reference to this type declaration in our current context.
|
||||
auto type = TC.resolveTypeInContext(typeDecl, nullptr, DC,
|
||||
TR_InExpression,
|
||||
TypeResolutionFlags::InExpression,
|
||||
/*isSpecialized=*/false);
|
||||
|
||||
// Open the type.
|
||||
|
||||
Reference in New Issue
Block a user